API¶
The dataLakes
resource provides access to the project's
Atlas Data Lake configuration. The resource lets you view, create,
modify, and delete Atlas Data Lakes. The resource requires your
Project ID.
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
Important
Changes to Atlas Data Lake configurations can affect costs. Before making changes, please see Billing.
Endpoints¶
Method | Endpoint | Description |
---|---|---|
GET | Get all Atlas Data Lakes for the specified project. | |
GET | Get an Atlas Data Lake in the specified project. | |
POST | Create an Atlas Data Lake in the specified project. | |
PATCH | Update an Atlas Data Lake in the specified project. | |
DELETE | Delete an Atlas Data Lake in the specified project. |
Give Feedback