APIs to create, delete, and list datamart configurations associated with datasource.
/create
400 - Bad Request
Code | Message |
---|---|
INVALID_REQUEST_BODY | Invalid request body |
DATASOURCE_NAME_ERROR | Invalid datasource name |
INVALID_REQUEST_BODY | Table list cannot be empty |
INVALID_REQUEST_BODY | Invalid table or column structure |
INVALID_REQUEST_BODY | Invalid schema or table name |
INVALID_REQUEST_BODY | Invalid column names in table |
INVALID_TENANCY | Invalid tenancy level for organization |
INTERNAL_SERVER_ERROR | Server error |
delete
Description: Deletes an existing datamart by name.
HTTP Code | Code | Message |
---|---|---|
400 | INVALID_REQUEST_BODY | Invalid datamart name |
500 | INVALID_SERVER_ERROR | GQL or server-side error |
list
Description: Returns all datamarts linked to the current user’s account.
HTTP Code | Code | Message |
---|---|---|
500 | INVALID_SERVER_ERROR | GQL or server-side error |