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/dbt.py
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -309,10 +309,6 @@ class DBTConfig(StatefulIngestionConfigBase):
309
309
default=None,
310
310
description="When fetching manifest files from s3, configuration for aws connection details",
311
311
)
312
-
delete_tests_as_datasets: bool=Field(
313
-
False,
314
-
description="Prior to version 0.8.38, dbt tests were represented as datasets. If you ingested dbt tests before, set this flag to True (just needed once) to soft-delete tests that were generated as datasets by previous ingestion.",
description="Prior to version 0.8.41, lineage edges to sources were directed to the target platform node rather than the dbt source node. This contradicted the established pattern for other lineage edges to point to upstream dbt nodes. To revert lineage logic to this legacy approach, set this flag to true.",
0 commit comments