From cec48c6846fde6fc3f85ff2fa0d17b74d0d56c23 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 27 May 2026 22:44:19 +0000 Subject: [PATCH] docs(experimental/databricks-apps-python): drop stale databricks-app-apx Related Skills entry `databricks-app-apx` was the FastAPI+React stack referenced from ai-dev-kit's `databricks-apps-python` skill. It has been removed upstream (a-d-k is deprecated; the apx-on-CLI flow merged into the stable `databricks-apps` skill via #84/#73). The "Related Skills" bullet is the last dangling reference inside this repo. This PR was prepared by Claude. --- experimental/databricks-apps-python/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/experimental/databricks-apps-python/SKILL.md b/experimental/databricks-apps-python/SKILL.md index 9b14627..c0da3a5 100644 --- a/experimental/databricks-apps-python/SKILL.md +++ b/experimental/databricks-apps-python/SKILL.md @@ -252,7 +252,6 @@ class EntityIn(BaseModel): ## Related Skills -- **databricks-app-apx** - full-stack apps with FastAPI + React - **databricks-dabs** - deploying apps via DABs - **[databricks-python-sdk](../databricks-python-sdk/SKILL.md)** - backend SDK integration - **databricks-lakebase** - adding persistent PostgreSQL state (autoscaling managed PG with branching)