Skip to content

Commit

Permalink
feat: add iceberg table to test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisa-aylward-toast committed Jul 22, 2024
1 parent ff56951 commit 300df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/tests/integration/snowflake/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
on basic_usage_counts.bucket_start_time = user_usage_counts.bucket_start_time
and basic_usage_counts.object_name = user_usage_counts.object_name
where
basic_usage_counts.object_domain in ('Table','External table','View','Materialized view')
basic_usage_counts.object_domain in ('Table','External table','View','Materialized view','Iceberg table')
and basic_usage_counts.object_name is not null
group by
basic_usage_counts.object_name,
Expand Down

0 comments on commit 300df65

Please sign in to comment.