databricks-unity-catalog

Query Unity Catalog system tables and manage files in volumes.

4|2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-unity-catalog-alessandro9110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-unity-catalog
Source: https://github.com/alessandro9110/Speech-To-Text-With-Databricks/tree/main/.claude/skills/databricks-unity-catalog
Command: npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-unity-catalog-alessandro9110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies complex Unity Catalog operations, enabling efficient querying of system tables for governance and auditing, and streamlining file management within volumes.

Core Features & Use Cases

  • System Table Queries: Access audit logs, lineage, billing, compute, and job history.
  • Volume File Operations: Upload, download, list, and manage files within Unity Catalog volumes.
  • Use Case: Analyze who accessed sensitive tables in the last week by querying audit logs, or upload ML training data directly to a Unity Catalog volume.

Quick Start

Use the databricks unity catalog skill to list all files in the '/Volumes/main/default/my_volume/' directory.

Frequently Asked Questions about databricks-unity-catalog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Databricks audit logs to see who accessed sensitive tables?

To query Databricks audit logs for table access, you query Unity Catalog system tables using SQL. This Skill provides direct access to system schemas to audit user interactions and analyze data governance.

What is the best way to upload and manage files within Unity Catalog volumes?

The best way to manage files within Unity Catalog volumes is by using Python SDK operations. This Skill facilitates listing, uploading, and downloading unstructured data directly within your volume directories.

Does this approach require SQL to analyze Databricks billing and compute usage?

Yes, analyzing Databricks billing and compute usage requires SQL queries against Unity Catalog system tables. This Skill enables operational monitoring by querying these specific system schemas.

How do I track data lineage using Unity Catalog system tables?

To track data lineage using Unity Catalog system tables, you execute SQL queries against the system schemas. This Skill allows you to access lineage data alongside audit logs and job history.

Can I list files in a Unity Catalog volume without writing custom Python code?

You can list files in a Unity Catalog volume directory by utilizing the Python SDK utilities provided by this Skill. It streamlines file management operations without requiring entirely custom scripts.