-
Notifications
You must be signed in to change notification settings - Fork 78
Add Create Profiler Dashboard Command to the CLI #2134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2134 +/- ##
==========================================
- Coverage 64.17% 64.15% -0.03%
==========================================
Files 99 99
Lines 8364 8370 +6
Branches 853 853
==========================================
+ Hits 5368 5370 +2
- Misses 2813 2817 +4
Partials 183 183 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✅ 51/51 passed, 11 flaky, 2m54s total Flaky tests:
Running from acceptance #2904 |
sundarshankar89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
gueniai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do?
This PR adds a
create-profiler-dashboardCLI command. Once executed, the command will deploy a profiler summary as a Databricks dashboard to the user's workspace.Relevant implementation details
The
create-profiler-dashboardCLI command performs 3 actions:Caveats/things to watch out for when reviewing:
The job can be uninstalled when a Lakebridge
uninstallcommand is executed.Linked issues
Compliments #1623
Functionality
databricks labs lakebridge ...Tests