From ff73d7ce50cb8caf864aae81744ce9ecd5357032 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Tue, 12 May 2026 22:24:59 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20rename=20databricks-app-python=20?= =?UTF-8?q?=E2=86=92=20databricks-apps-python=20in=20ai-dev-kit=20lineage?= =?UTF-8?q?=20map?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ai-dev-kit upstream skill `databricks-app-python` is being renamed to `databricks-apps-python` (plural) in databricks-solutions/ai-dev-kit#356 and #533. Update the two lineage-map references so the freshness-audit doc matches the new upstream name. Co-authored-by: Isaac --- .../references/ai-dev-kit-lineage-map.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data_product_accelerator/skills/admin/skill-freshness-audit/references/ai-dev-kit-lineage-map.md b/data_product_accelerator/skills/admin/skill-freshness-audit/references/ai-dev-kit-lineage-map.md index cf74aa0..b294303 100644 --- a/data_product_accelerator/skills/admin/skill-freshness-audit/references/ai-dev-kit-lineage-map.md +++ b/data_product_accelerator/skills/admin/skill-freshness-audit/references/ai-dev-kit-lineage-map.md @@ -87,7 +87,7 @@ These AI-Dev-Kit skills currently have **no corresponding skill** in our reposit | Upstream Skill | Description | Potential Mapping | |---|---|---| | `databricks-app-apx` | Full-stack apps (FastAPI + React) | New skill or extend genai-agents | -| `databricks-app-python` | Python web apps (Dash, Streamlit, Flask) | New skill or extend genai-agents | +| `databricks-apps-python` | Python web apps (Dash, Streamlit, Flask) | New skill or extend genai-agents | | `databricks-dbsql` | DBSQL advanced: SQL scripting, stored procs, pipe syntax, AI functions, geospatial | Broadly useful — consider new common skill | | `databricks-docs` | Documentation index via llms.txt | Low priority — reference utility | | `databricks-lakebase-autoscale` | Lakebase with automatic scaling | Complement to lakebase-memory-patterns | @@ -186,7 +186,7 @@ For reference, these are the upstream components in `databricks-solutions/ai-dev | | `databricks-zerobus-ingest` | ZeroBus ingestion patterns | | **Development & Deployment** | `databricks-asset-bundles` | DABs for multi-environment deployments (apps, dashboards, jobs, pipelines) | | | `databricks-app-apx` | Full-stack apps (FastAPI + React) | -| | `databricks-app-python` | Python web apps (Dash, Streamlit, Flask) | +| | `databricks-apps-python` | Python web apps (Dash, Streamlit, Flask) | | | `databricks-python-sdk` | Python SDK, Connect, CLI, REST API | | | `databricks-config` | Profile authentication setup | | | `databricks-lakebase-provisioned` | Managed PostgreSQL for OLTP workloads |