Skip to main content

createSource

mutationcreateSource
Restricted Access

This endpoint access is restricted. Please reach out to your point of contact at Catalog if you are interested.

This mutation allows you to create a single custom warehouse source to administrate through this API.

This comes with some restrictions:

  • The created source will have a few fields with enforced values:
    • origin set to API
    • type set to WAREHOUSE
    • technology set to GENERIC_WAREHOUSE
  • You will only be allowed **a single source** from this API (use the updateSource mutation to edit or delete it)
createSource(
data: CreateSourceInput!
): Source!