Skip to content

Commit

Permalink
fix(ingest/looker): use external_base_url for explore url generation (
Browse files Browse the repository at this point in the history
  • Loading branch information
k7ragav authored and sleeperdeep committed Jun 25, 2024
1 parent d83d1dd commit 79069c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def fetch_one_explore(
looker_explore._to_metadata_events(
self.source_config,
self.reporter,
self.source_config.base_url,
self.source_config.external_base_url or self.source_config.base_url,
self.source_config.extract_embed_urls,
)
or events
Expand Down

0 comments on commit 79069c8

Please sign in to comment.