createTables
mutation
createTablesRestricted 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 tables to administrate through this API.
Note that in order not to conflict with Catalog’s extraction system, you will only be able to create tables on schemas, databases and warehouses created through this API.
You will also need to craft and provide custom external ids used as technical identifiers.
createTables(
data: [CreateTableInput!]!
): [Table!]!