Hey Airbyte Team, I am currently using the Airbyte...
# replication-troubleshooting
t
Hey Airbyte Team, I am currently using the Airbyte API to setup a connection between a custom source connector and the S3 destination. The connection only works if I specify the JSON schema explicitly in the
syncCatalog
. When setting up the connection via the UI instead, Airbyte fetches the schemas from the source itself (no need to specify them again). Is there a way to replicate this behavior using the API so that I only need to specify the streams' names? Thanks a lot in advance for your support 🙂