Overhaul databricks-lakebase-autoscale skill to be CLI first#496
Open
dustinvannoy-db wants to merge 2 commits intomainfrom
Open
Overhaul databricks-lakebase-autoscale skill to be CLI first#496dustinvannoy-db wants to merge 2 commits intomainfrom
dustinvannoy-db wants to merge 2 commits intomainfrom
Conversation
Replaces the existing skill with content from databricks-agent-skills, which is CLI-first, more accurate, and covers HA, Data API, app permissions, and migration guidance. Reorganizes reference files into a references/ subdirectory and fixes CLI command syntax for v0.298.0 (positional args, postgres group for synced-table commands, removes unavailable reset-branch). Co-authored-by: dustinvannoy-db
Syncs the .test ground_truth.yaml with the ai-dev-kit eval set by adding three missing hard-difficulty test cases: full project setup with scale-to-zero and branch protection, schema DDL with FK/index verification, and support case tables with junction table and cascade constraints. Co-authored-by: dustinvannoy-db
Collaborator
Author
|
@calreynolds I have a separate PR to go to experimental for more testing that is a bit different, but this one cleans up a lot of factual things that have changed. I'd recommend we merge this one to main and compare it to experimental for what is ideal going forward. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the existing skill with updated info and CLI-first approach. This version should be more accurate, and covers HA, Data API, and migration guidance. Reorganizes reference files into a references/ subdirectory and fixes CLI command syntax for v0.298.0 (positional args, postgres group for synced-table commands, removes unavailable reset-branch).
Co-authored-by: dustinvannoy-db