-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Connectors] Update PowerBI Connector - fixes and restructuring
## Description This PR resolves [issue #1978](#1978). During the restructuring of the project, I also fixed some other minor bugs that no one found yet if possible, changed my tests to use the Golden Tables instead of Delta Lake tables residing on my blob stores which partially required authentication ## How was this patch tested? Tested with a set of Golden Tables from https://github.com/delta-io/delta/tree/master/connectors/golden-tables/src/main/resources/golden` ## Does this PR introduce _any_ user-facing changes? No Co-authored-by: Gerhard Brueckl <[email protected]>
- Loading branch information
Showing
17 changed files
with
3,332 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
**/.pbi/localSettings.json | ||
**/.pbi/cache.abf |
4 changes: 4 additions & 0 deletions
4
connectors/powerbi/PowerBI_Delta.Dataset/.pbi/editorSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"version": "1.0", | ||
"parallelQueryLoading": true | ||
} |
4 changes: 4 additions & 0 deletions
4
connectors/powerbi/PowerBI_Delta.Dataset/definition.pbidataset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"version": "1.0", | ||
"settings": {} | ||
} |
71 changes: 71 additions & 0 deletions
71
connectors/powerbi/PowerBI_Delta.Dataset/diagramLayout.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"version": "1.1.0", | ||
"diagrams": [ | ||
{ | ||
"ordinal": 0, | ||
"scrollPosition": { | ||
"x": 0, | ||
"y": 0 | ||
}, | ||
"nodes": [ | ||
{ | ||
"location": { | ||
"x": 5525.4, | ||
"y": 86 | ||
}, | ||
"nodeIndex": "PQ_DataTypes", | ||
"size": { | ||
"height": 128, | ||
"width": 234 | ||
}, | ||
"zIndex": 0 | ||
}, | ||
{ | ||
"location": { | ||
"x": 8037.4, | ||
"y": 0 | ||
}, | ||
"nodeIndex": "RowCounts", | ||
"size": { | ||
"height": 128, | ||
"width": 234 | ||
}, | ||
"zIndex": 0 | ||
}, | ||
{ | ||
"location": { | ||
"x": 4675.3, | ||
"y": 0 | ||
}, | ||
"nodeIndex": "DeltaTableData_CurrentFunction", | ||
"size": { | ||
"height": 300, | ||
"width": 234 | ||
}, | ||
"zIndex": 0 | ||
}, | ||
{ | ||
"location": { | ||
"x": 3646.0999999999995, | ||
"y": 62 | ||
}, | ||
"nodeIndex": "DeltaTableData_CurrentDebug", | ||
"nodeLineageTag": "b5082451-2c3d-49d6-ad7f-eb9510869aea", | ||
"size": { | ||
"height": 176, | ||
"width": 234 | ||
}, | ||
"zIndex": 0 | ||
} | ||
], | ||
"name": "All tables", | ||
"zoomValue": 100, | ||
"pinKeyFieldsToTop": false, | ||
"showExtraHeaderInfo": false, | ||
"hideKeyFieldsWhenCollapsed": false, | ||
"tablesLocked": false | ||
} | ||
], | ||
"selectedDiagram": "All tables", | ||
"defaultDiagram": "All tables" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"version": "1.0", | ||
"logicalId": "52238194-390d-4ee7-983a-81b6a22d30fa" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"type": "dataset", | ||
"displayName": "PowerBI_Delta" | ||
} |
2,306 changes: 2,306 additions & 0 deletions
2,306
connectors/powerbi/PowerBI_Delta.Dataset/model.bim
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.