We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a384f3 commit 851c885Copy full SHA for 851c885
metadata-ingestion/src/datahub/ingestion/source/powerbi/config.py
@@ -373,7 +373,7 @@ class PowerBiDashboardSourceConfig(
373
)
374
# Enable/Disable extracting dataset schema
375
extract_dataset_schema: bool = pydantic.Field(
376
- default=False,
+ default=True,
377
description="Whether to ingest PBI Dataset Table columns and measures",
378
379
# Enable/Disable extracting lineage information of PowerBI Dataset
0 commit comments