Skip to main content

databricks.labs.dqx.installer.dashboard_installer

DashboardInstaller Objects

class DashboardInstaller()

Creates or updates Lakeview dashboards from bundled SQL queries.

get_create_dashboard_tasks

def get_create_dashboard_tasks() -> Iterable[Callable[[], None]]

Returns a generator of tasks to create dashboards from bundled SQL queries.

Each task is a callable that, when executed, will create a dashboard in the workspace. The tasks are created based on the SQL files found in the bundled queries directory. The tasks will handle the creation of the dashboard, including resolving table names.