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: docs/how/updating-datahub.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
This file documents any backwards-incompatible changes in DataHub and assists people when migrating to a new version.
18
18
19
19
## Next
20
-
20
+
-#12179 - Config `include_view_lineage` is removed from snowflake ingestion source. View and External Table DDL lineage will always be ingested when definitions are available.
21
21
-#11560 - The PowerBI ingestion source configuration option include_workspace_name_in_dataset_urn determines whether the workspace name is included in the PowerBI dataset's URN.<br/> PowerBI allows to have identical name of semantic model and their tables across the workspace, It will overwrite the semantic model in-case of multi-workspace ingestion.<br/>
22
22
Entity urn with `include_workspace_name_in_dataset_urn: false`
Copy file name to clipboardexpand all lines: metadata-ingestion/src/datahub/ingestion/source/snowflake/snowflake_config.py
+3-21
Original file line number
Diff line number
Diff line change
@@ -163,26 +163,12 @@ class SnowflakeConfig(
163
163
default=True,
164
164
description="If enabled, populates the snowflake table-to-table and s3-to-snowflake table lineage. Requires appropriate grants given to the role and Snowflake Enterprise Edition or above.",
165
165
)
166
-
include_view_lineage: bool=pydantic.Field(
167
-
default=True,
168
-
description="If enabled, populates the snowflake view->table and table->view lineages. 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