Skip to content

Commit

Permalink
[Connectors] Update PowerBI Connector - fixes and restructuring
Browse files Browse the repository at this point in the history
## 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
gbrueckl and gbrueckl authored Oct 3, 2023
1 parent a038186 commit f1eae09
Show file tree
Hide file tree
Showing 17 changed files with 3,332 additions and 18 deletions.
2 changes: 2 additions & 0 deletions connectors/powerbi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/.pbi/localSettings.json
**/.pbi/cache.abf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.0",
"parallelQueryLoading": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.0",
"settings": {}
}
71 changes: 71 additions & 0 deletions connectors/powerbi/PowerBI_Delta.Dataset/diagramLayout.json
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"
}
4 changes: 4 additions & 0 deletions connectors/powerbi/PowerBI_Delta.Dataset/item.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.0",
"logicalId": "52238194-390d-4ee7-983a-81b6a22d30fa"
}
4 changes: 4 additions & 0 deletions connectors/powerbi/PowerBI_Delta.Dataset/item.metadata.json
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 connectors/powerbi/PowerBI_Delta.Dataset/model.bim

Large diffs are not rendered by default.

Loading

0 comments on commit f1eae09

Please sign in to comment.