Allow Connector Sidecar container timeouts configuration changes #48855
Labels
area/platform
issues related to the platform
autoteam
community
needs-triage
team/compose
team/platform-move
type/bug
Something isn't working
Helm Chart Version
1.2.0
What step the error happened?
None
Relevant information
The connector sidecar has settings that are not exposed to be configured via helm chart or in any other way.
Parameters that are impactful are SIDECAR_FILE_TIMEOUT_MINUTES and SIDECAR_FILE_TIMEOUT_WITHIN_SYNC_MINUTES
They can impact Airbyte operations during eg. schema discovery with large BigQuery project. (SIDECAR_FILE_TIMEOUT_MINUTES timeout after 9 minutes)
https://github.com/airbytehq/airbyte-platform/blob/4b2b2866ec263e64fefe9fcad59bb09b2ddfc954/airbyte-connector-sidecar/src/main/resources/application.yml#L55
Workaround that we're using now is to build docker image based on official docker image with adjusted env variables:
Relevant log output
The text was updated successfully, but these errors were encountered: