We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3a814 commit b3b5cdfCopy full SHA for b3b5cdf
metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_query.py
@@ -594,6 +594,7 @@ def usage_per_object_per_time_bucket_for_time_window(
594
snowflake.account_usage.access_history
595
LEFT JOIN
596
snowflake.account_usage.users USERS
597
+ ON access_history.user_name = users.name
598
WHERE
599
query_start_time >= to_timestamp_ltz({start_time_millis}, 3)
600
AND query_start_time < to_timestamp_ltz({end_time_millis}, 3)
0 commit comments