Skip to content

Commit 851c885

Browse files
committed
fix(ingest/powerbi): Snowflake column lineage
1 parent 1a384f3 commit 851c885

File tree

1 file changed

+1
-1
lines changed
  • metadata-ingestion/src/datahub/ingestion/source/powerbi

1 file changed

+1
-1
lines changed

metadata-ingestion/src/datahub/ingestion/source/powerbi/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class PowerBiDashboardSourceConfig(
373373
)
374374
# Enable/Disable extracting dataset schema
375375
extract_dataset_schema: bool = pydantic.Field(
376-
default=False,
376+
default=True,
377377
description="Whether to ingest PBI Dataset Table columns and measures",
378378
)
379379
# Enable/Disable extracting lineage information of PowerBI Dataset

0 commit comments

Comments
 (0)