Commit 6f99d99 1 parent 3bd6446 commit 6f99d99 Copy full SHA for 6f99d99
File tree 1 file changed +3
-2
lines changed
metadata-ingestion/docs/sources/powerbi
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,17 @@ Consider `SALES_REPORT` PowerBI Dataset has a table `SALES_ANALYSIS` which is ba
33
33
34
34
You can control table lineage ingestion using ` extract_lineage ` configuration parameter, by default it is set to ` true ` .
35
35
36
- PowerBI Source extracts the lineage information by parsing PowerBI M-Query expression .
36
+ PowerBI Source extracts the lineage information by parsing PowerBI M-Query expressions and from dataset data returned by the PowerBI API .
37
37
38
- PowerBI Source supports M-Query expression for below listed PowerBI Data Sources
38
+ PowerBI Source will extract lineage for the below listed PowerBI Data Sources:
39
39
40
40
1 . Snowflake
41
41
2 . Oracle
42
42
3 . PostgreSQL
43
43
4 . Microsoft SQL Server
44
44
5 . Google BigQuery
45
45
6 . Databricks
46
+ 7 . MySQL
46
47
47
48
Native SQL query parsing is supported for ` Snowflake ` and ` Amazon Redshift ` data-sources.
48
49
You can’t perform that action at this time.
0 commit comments