Overview
This section provides detailed information on how to interact with the Unity Catalog programmatically using the REST API.
Overview
Section titled “Overview”The Unity Catalog REST API allows you to manage and interact with Unity Catalog resources, such as:
- Catalogs
- Schemas
- Tables
- Volumes
- Models
- Functions
Each subsection shows how to use the REST API with the corresponding type of asset.
Getting Started
Section titled “Getting Started”To begin using the Unity Catalog REST API, ensure you have the following:
- Setup: Install CURL or a library like
requests(Python) to send HTTP requests. - Base URL: Use the appropriate endpoint for your environment.
- API Reference: Familiarize yourself with the available endpoints and their usage using the API Reference
Feedback
Section titled “Feedback”If you encounter any issues or have suggestions, please create an issue. We welcome contributions to the REST API functionality as PRs.