Hello team, Can anyone tell me what's the sourceCa...
# replication-troubleshooting
k
Hello team, Can anyone tell me what's the sourceCatalogId? How to get one while creating a connection through the Airbyte Open API?
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2971 to ensure timely resolution!
s
Hello, you can find the catalog ID by running the discover function on the source with the
*POST* /v1/sources/discover_schema
endpoint: https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/sources/discover_schema It will return a
catalogId
that refers to the source catalog ID. However it doesn't look like it's required to hit the
/v1/connections/create
endpoint so maybe you don't need it? octavia thinking