Skip to content

Commit 6367981

Browse files
committed
Fmt fix
1 parent b03d5e5 commit 6367981

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/assessment/test_dashboards.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
RedashDashboardCrawler,
99
)
1010

11+
1112
@pytest.mark.skip(reason="Legacy dashboard creation is no longer supported by Databricks.")
1213
def test_redash_dashboard_crawler_crawls_dashboards(ws, make_dashboard, inventory_schema, sql_backend) -> None:
1314
dashboard: SdkRedashDashboard = make_dashboard()
@@ -18,6 +19,7 @@ def test_redash_dashboard_crawler_crawls_dashboards(ws, make_dashboard, inventor
1819
assert len(dashboards) >= 1
1920
assert dashboard.id in {d.id for d in dashboards}, f"Missing dashboard: {dashboard.id}"
2021

22+
2123
@pytest.mark.skip(reason="Legacy dashboard creation is no longer supported by Databricks.")
2224
def test_redash_dashboard_crawler_crawls_dashboard(ws, make_dashboard, inventory_schema, sql_backend) -> None:
2325
dashboard: SdkRedashDashboard = make_dashboard()
@@ -29,6 +31,7 @@ def test_redash_dashboard_crawler_crawls_dashboard(ws, make_dashboard, inventory
2931

3032
assert dashboards == [Dashboard.from_sdk_redash_dashboard(dashboard)]
3133

34+
3235
@pytest.mark.skip(reason="Legacy dashboard creation is no longer supported by Databricks.")
3336
def test_redash_dashboard_crawler_crawls_dashboards_with_debug_listing_upper_limit(
3437
ws, make_dashboard, inventory_schema, sql_backend

0 commit comments

Comments
 (0)