Yes, Airbyte has an auto-detect schema changes feature that allows you to choose whether to ignore or disable the connection when it detects a non-breaking schema change in the source. This feature was added in Airbyte v0.40.24 to v0.40.26 ([source](
https://docs.airbyte.com/release_notes/december_2022#airbyte-v04024-to-v04026)). However, based on the information provided in the extracts, there isn't a direct option to automatically refresh the schema and apply the changes when a non-breaking schema change is detected. You may need to manually refresh the schema and update the connection when such changes occur. If you're looking for a programmatic way to detect schema changes and update the connector, you can use the Airbyte API to discover the schema and update the connection ([source](
https://discuss.airbyte.io/t/1952)). This can be integrated into your CI/CD pipeline to handle schema changes automatically.