docs(skills): drop deprecated experimental aitools skills install form#102
Open
jamesbroadhead wants to merge 2 commits into
Open
docs(skills): drop deprecated experimental aitools skills install form#102jamesbroadhead wants to merge 2 commits into
experimental aitools skills install form#102jamesbroadhead wants to merge 2 commits into
Conversation
The skills-management and tools commands were promoted to top-level in databricks/cli#4917. The old `databricks experimental aitools …` paths still resolve as deprecated aliases, but new readers should be pointed at the supported command. Updates `.agents/skills/databricks{,-core,-apps,-jobs,-pipelines}/...`. Co-authored-by: Isaac
…oted) Only the skills-management commands (`install`, `update`, `uninstall`, `list`, `version`) were promoted to top-level `databricks aitools`. `tools query` / `tools discover-schema` / `tools get-default-warehouse` / `tools statement …` are still only registered under `databricks experimental aitools tools` (see databricks/cli/cmd/aitools/aitools.go). Revert the over-eager renames; keep the `databricks aitools install` rename which is correct. Co-authored-by: Isaac
databricks aitools everywhereexperimental aitools skills install form
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.
Summary
Only the skills-management surface (
install,update,uninstall,list,version) was promoted out of experimental in databricks/cli#4917. Thetoolssubtree (query,discover-schema,get-default-warehouse,statement) is stilldatabricks experimental aitools toolson databricks/cli v1.1.0.After reverting the over-eager
toolsrename, the net change is two SKILL.md files swapping the deprecateddatabricks experimental aitools skills installform for the supporteddatabricks aitools install.Files:
.agents/skills/databricks-jobs/SKILL.md,.agents/skills/databricks-pipelines/SKILL.md.Test plan
databricksv1.1.0:databricks aitools installis a registered command.This pull request and its description were written by Isaac.