Skip to content

Commit

Permalink
Merge pull request #166 from greg-finley/full_table_name
Browse files Browse the repository at this point in the history
Fix query_direct_table_access column name in docs
  • Loading branch information
NiallRees authored Jan 31, 2025
2 parents 2872310 + 84fe542 commit 8cb51ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/query_direct_table_access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ models:
description: The statement start time (UTC time zone).
- name: user_name
description: The user who issued the query.
- name: table_name
- name: full_table_name
description: Fully qualified table name, i.e. <database_name>.<schema_name>.<table_name>
- name: table_id
description: Unique identifier for the table
Expand Down

0 comments on commit 8cb51ea

Please sign in to comment.