Skip to content

Commit

Permalink
fixed dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteMango committed Feb 28, 2025
1 parent 22ca37d commit 87db2a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def construct_dataset_from_dataset_data(
datasource_urn = self.get_datasource_urn_from_id(
dataset_response, self.platform
)
dataset_url = f"{self.config.display_uri}{dataset.dataset_url or ''}"
dataset_url = f"{self.config.display_uri}{dataset_response.get('result', {}).get('url', '')}"

logger.info(f"dataset url is: {dataset_url}")

Expand Down

0 comments on commit 87db2a2

Please sign in to comment.