You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metadata-ingestion/src/datahub/ingestion/source_config/sql/snowflake.py
+20-17
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
importlogging
2
-
fromtypingimportDict, Optional
2
+
fromtypingimportAny, Dict, Optional
3
3
4
4
importpydantic
5
5
importsnowflake.connector
@@ -153,7 +153,7 @@ class BaseSnowflakeConfig(BaseTimeWindowConfig):
153
153
default=True,
154
154
description="If enabled, populates the snowflake view->table and table->view lineages (no view->view lineage yet). Requires appropriate grants given to the role, and include_table_lineage to be True. view->table lineage requires Snowflake Enterprise Edition or above.",
0 commit comments