Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

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!