Trigger connector schema detection

Hi currently I’m applying CDC for my connector from Postgres → Snowflake.

I know that there is a limitation that it cannot detect the schema change. Hence I need to refresh the schema manually in the connector.

Related to that, we actually have a schema change detection in our platform CI/CD pipeline. Just wondering, is there any way to have an API call or any other function programmatically to do schema detection and then update the connector in airbyte? So that I can add it in our CI/CD pipeline when there is a schema change happening in our platform?

Hey we do have API support https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/sources/discover_schema where you can hit discover schema and update the connection. I hope this helps