Skip to content

Commit

Permalink
Merge branch 'master+acr-4765-powerbi-table-column' of github.com:acr…
Browse files Browse the repository at this point in the history
…yldata/datahub-fork into master+acr-4765-powerbi-table-column
  • Loading branch information
siddiquebagwan-gslab committed Nov 24, 2022
2 parents 01e5839 + 3b6a422 commit 09268db
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,9 +998,7 @@ def init_dashboard_tiles(workspace: PowerBiAPI.Workspace) -> None:

# Scan is complete lets take the result
scan_result = get_scan_result(scan_id=scan_id)
import json

print(json.dumps(scan_result, indent=1))
LOGGER.debug(f"scan result = {scan_result}")
workspace = PowerBiAPI.Workspace(
id=scan_result["id"],
name=scan_result["name"],
Expand Down

0 comments on commit 09268db

Please sign in to comment.