post
https://maestro.dadosfera.ai/catalog/dataset-catalog-task
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Trigger Catalog Task
Use this route to trigger a catalog task that will process and catalog a dataset from your data warehouse.
How to use
Send the table details in the request body. A session identifier will be returned, which you can use to track the task progress via the Get Catalog Task endpoint.
Payload example
{
"table_name": "TB__4DXSD4_SALES_DATA",
"table_schema": "PUBLIC",
"pipeline_id": "pipeline-abc-123"
}Body fields
table_name(required): name of the table in the data warehouse (e.g., Snowflake);table_schema(optional): schema where the table is located. Defaults toPUBLICif not provided;pipeline_id(optional): identifier of the pipeline that generated the asset.
Error scenarios
| Code | Error | Description |
|---|---|---|
| 401 | Unauthenticated | Invalid or missing access-token header |
| 403 | Forbidden | User does not have the required permissions |
| 500 | Internal Server Error | Unknown server error |
