-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dashboard deployment/creation (#230)
Fixes the dashboard deployment by: - Raising an error when dashboard is invalid - Deprecating the `deploy_dashboard` for the `create_dashboard` as this is more accurate and available after refactoring Lakeview dashboard creation to be part of `DashboardMetadata` - Add `publish` flag to `create_dashboard` # Related issues - Resolves #222 - Resolves #229 - Partially resolves #220: leaves the return type to be discussed Below the dashboard created through the deprecated `deploy_dashboard`: ![Screenshot 2024-07-19 at 14 30 25](https://github.com/user-attachments/assets/e40fe707-f7c6-44ed-afd6-9072d9d6b2be)
- Loading branch information
1 parent
72ec021
commit 05451a9
Showing
4 changed files
with
202 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.