Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Apr 2, 2024
1 parent af99cca commit 990eed6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/integration/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
from databricks.labs.lsql.dashboards import Dashboards


def test_load_dashboard():
ws = WorkspaceClient(profile='logfood-master')
def test_load_dashboard(ws):
dashboards = Dashboards(ws)
src = "/Workspace/Users/[email protected]/Databricks Labs GitHub telemetry.lvdash.json"
src = "/Workspace/Users/[email protected]/Trivial Dashboard.lvdash.json"
dst = Path(__file__).parent / "sample"
dashboards.save_to_folder(src, dst)

0 comments on commit 990eed6

Please sign in to comment.