Issue with updating connector schema in Airbyte Cloud

Based on the information provided in the extracts, it seems like you’re encountering an error during the schema discovery step of your custom connector. This could be due to a variety of reasons, such as issues with the connector’s configuration or problems with the underlying data source. One possible cause could be related to the structure of your schema. As mentioned in this forum post, a user encountered a similar issue after updating their Airbyte version. They had a custom source connector for Elastic Search with a static schema file, and after the update, they started experiencing problems at the schema discovery step. Another potential issue could be related to the new stream that uses the parent stream functionality. As described in this forum post, a user was appending streams and specifying the json_schema field with a JSON object loaded from a schema file. The failure occurred after the data was read and about to be written to the destination connector. Unfortunately, without more specific information about your custom connector and the error message you’re encountering, it’s difficult to provide a more precise solution. I would recommend checking your connector’s configuration and the structure of your schema, and also consider running some local tests to debug the issue. If you’re still encountering issues, you might find it helpful to refer to the Airbyte Documentation for more information on defining stream schemas and developing custom connectors.