Skip to content

Commit a47fdef

Browse files
committed
Update unity-catalog skill description and add UC ACLs doc
- Update databricks-unity-catalog skill description to include access controls and FGAC policy governance in CLAUDE.md and setup.sh - Remove model-serving from CLAUDE.md skill list - Add 10-uc-acls.md to unity-catalog skill extra files in install_skills.sh
1 parent 5b6f9d2 commit a47fdef

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ai-dev-project/CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ Load skills for detailed guidance:
1818
- `skill: "databricks-docs"` - Documentation reference
1919
- `skill: "databricks-jobs"` - Lakeflow Jobs and workflows
2020
- `skill: "databricks-python-sdk"` - Python SDK patterns
21-
- `skill: "databricks-unity-catalog"` - System tables for lineage, audit, billing
21+
- `skill: "databricks-unity-catalog"` - System tables for lineage, audit, billing, access controls, and FGAC policy governance.
2222
- `skill: "mlflow-evaluation"` - MLflow evaluation and trace analysis
23-
- `skill: "model-serving"` - Model Serving deployment and endpoint management
2423
- `skill: "spark-declarative-pipelines"` - Spark Declarative Pipelines
2524
- `skill: "synthetic-data-generation"` - Test data generation
2625
- `skill: "unstructured-pdf-generation"` - Generate synthetic PDFs for RAG

ai-dev-project/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Load skills for detailed guidance:
134134
- `skill: "databricks-docs"` - Documentation reference
135135
- `skill: "databricks-jobs"` - Lakeflow Jobs and workflows
136136
- `skill: "databricks-python-sdk"` - Python SDK patterns
137-
- `skill: "databricks-unity-catalog"` - System tables for lineage, audit, billing
137+
- `skill: "databricks-unity-catalog"` - System tables for lineage, audit, billing, access controls, and FGAC policy governance.
138138
- `skill: "mlflow-evaluation"` - MLflow evaluation and trace analysis
139139
- `skill: "spark-declarative-pipelines"` - Spark Declarative Pipelines
140140
- `skill: "synthetic-data-generation"` - Test data generation

databricks-skills/install_skills.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ get_skill_extra_files() {
9999
"databricks-app-python") echo "dash.md streamlit.md README.md" ;;
100100
"databricks-jobs") echo "task-types.md triggers-schedules.md notifications-monitoring.md examples.md" ;;
101101
"databricks-python-sdk") echo "doc-index.md examples/1-authentication.py examples/2-clusters-and-jobs.py examples/3-sql-and-warehouses.py examples/4-unity-catalog.py examples/5-serving-and-vector-search.py" ;;
102-
"databricks-unity-catalog") echo "5-system-tables.md 6-volumes.md 7-fgac-overview.md 8-fgac-sql-generation.md 9-fgac-sdk-and-tools.md" ;;
102+
"databricks-unity-catalog") echo "5-system-tables.md 6-volumes.md 7-fgac-overview.md 8-fgac-sql-generation.md 9-fgac-sdk-and-tools.md 10-uc-acls.md" ;;
103103
"lakebase-autoscale") echo "projects.md branches.md computes.md connection-patterns.md reverse-etl.md" ;;
104104
"lakebase-provisioned") echo "connection-patterns.md reverse-etl.md" ;;
105105
"metric-views") echo "yaml-reference.md patterns.md" ;;

0 commit comments

Comments
 (0)