Skip to content

Commit

Permalink
fix(ingest/snowflake): Update snowflake_utils.py to account for icebe…
Browse files Browse the repository at this point in the history
…rg tables (datahub-project#11384)
  • Loading branch information
alisa-aylward-toast authored Sep 17, 2024
1 parent 1d297af commit adc6b90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def is_dataset_pattern_allowed(
SnowflakeObjectDomain.EXTERNAL_TABLE,
SnowflakeObjectDomain.VIEW,
SnowflakeObjectDomain.MATERIALIZED_VIEW,
SnowflakeObjectDomain.ICEBERG_TABLE,
):
return False
if _is_sys_table(dataset_name):
Expand Down

0 comments on commit adc6b90

Please sign in to comment.