Sources
Operator endpoints to list all the configured sources.
📄️ Create Source
**Requires an Access Token as the bearer token.**
📄️ List Sources
**Requires an Access Token as the bearer token.**
📄️ Run Check Config Source
**Requires an Access Token as the bearer token.**
📄️ Status Check Config Source
**Requires an Access Token as the bearer token.**
📄️ Get Source
**Requires an Access Token as the bearer token.**
📄️ Update Source
**Requires an Access Token as the bearer token.**
📄️ Delete Source
**Requires an Access Token as the bearer token.**
📄️ Patch Source Catalog
Patch the source's cached catalog. This allows updating global configurations such as selected streams.
📄️ Query Source Catalog
Query the cached source catalog using JMESPath. Returns 404 if catalog not in cache.
📄️ Get Source Catalog
**Requires an Access Token as the bearer token.**
📄️ Add Source Stream
Add a new stream to the source's cached catalog.
📄️ Patch Source Stream
Patch a specific stream in the source's cached catalog. This allows updating stream configurations such as sync modes and cursor fields.
📄️ Delete Source Stream
Delete a specific stream from the source's cached catalog.