Skip to content

Commit

Permalink
Pass lakeview dashboard ids from state to exclude when crawling Lakev…
Browse files Browse the repository at this point in the history
…iew dashboards
  • Loading branch information
JCZuurmond committed Jan 7, 2025
1 parent 9436237 commit da928af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/databricks/labs/ucx/contexts/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def lakeview_crawler(self) -> LakeviewDashboardCrawler:
self.sql_backend,
self.inventory_database,
include_dashboard_ids=self.config.include_dashboard_ids,
exclude_dashboard_ids=list(self.install_state.dashboards.values()),
include_query_ids=self.config.include_query_ids,
)

Expand Down

0 comments on commit da928af

Please sign in to comment.