Skip to content

Commit

Permalink
Merge branch 'main' into scotthuang/sc-27776/ingest-owner-description…
Browse files Browse the repository at this point in the history
…-for-looker-dashboards
  • Loading branch information
elic-eon authored Aug 7, 2024
2 parents 6421dba + 62ce241 commit b3d331c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion metaphor/tableau/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,11 @@ def _parse_workbook_query_response(
custom_sql_source.account if custom_sql_source else None
),
source_datasets=source_datasets or None,
url=f"{self._base_url}/workbooks/{workbook.vizportalUrlId}",
url=(
dashboard.source_info.main_url
if dashboard.source_info
else None
),
),
entity_upstream=(
EntityUpstream(source_entities=source_datasets)
Expand Down

0 comments on commit b3d331c

Please sign in to comment.