createDatabases
mutation
createDatabasesRestricted Access
This endpoint access is restricted. Please reach out to your point of contact at Catalog if you are interested.
This mutation will allow you to create batches of databases to administrate through this API.
Note that in order not to conflict with Catalog’s extraction system, you will only be able to create databases on warehouses created from this API.
You will also need to craft and provide custom external ids used as technical identifiers.
createDatabases(
data: [CreateDatabaseInput!]!
): [Database!]!