You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python SDK v0.37.0 updated the LakeviewAPI.create/update signature to expect a Dashboard object. We can update our lsql Dashboard.create_dashboard with similar changes:
The Python SDK v0.37.0 updated the
LakeviewAPI.create/update
signature to expect a Dashboard object. We can update our lsqlDashboard.create_dashboard
with similar changes:lsql/src/databricks/labs/lsql/dashboards.py
Lines 1103 to 1111 in 48c287e
becomes:
Use deprecation warnings to incrementally introduce this signature change
The text was updated successfully, but these errors were encountered: