docs(skills): drop deprecated experimental aitools skills install form in databricks-apps-python#101
Merged
Merged
Conversation
Follow-up to #60, which only touched README/manifest and the jobs + pipelines SKILL.md. This sweeps the remaining `databricks experimental aitools` references across the core/apps skills, the experimental skills, and reference docs. The old paths still work as deprecated aliases (see databricks/cli#4917), but new readers should be pointed at the supported command. Co-authored-by: Isaac
…s promoted) Verified against CLI v1.1.0: - `databricks aitools install/list/uninstall/update/version` — top-level (correct) - `databricks aitools tools discover-schema|query|get-default-warehouse|statement` — does NOT exist; still under `experimental` Reverts the `databricks experimental aitools tools X` → `databricks aitools tools X` substitutions across SKILL.md / reference files. Keeps the lone correct rename (`experimental aitools skills install` → `aitools install`) in `experimental/databricks-apps-python/SKILL.md`. Co-authored-by: Isaac
databricks aitools rename sweepexperimental aitools skills install form in databricks-apps-python
simonfaltum
approved these changes
May 28, 2026
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 — the shape is still in flux.This PR's net effect is a one-line update in
experimental/databricks-apps-python/SKILL.mdreplacing the deprecateddatabricks experimental aitools skills installform with the supporteddatabricks aitools install. The earlier broader sweep overtoolsreferences was reverted.Test plan
databricksv1.1.0:databricks aitools installis a registered command;databricks aitools toolsis not.This pull request and its description were written by Isaac.