The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
Creating a new custom connector updated the docker image airbyte/source-declarative-manifest 5.17.0 to 6.6.7 in the new version introducing the error on manifest-check (test and save source):
Configuration check failed
Workload failed, source: unknown
Learn more
Internal message: Failed to find output files from connector within timeout of 9 minute(s). Is the connector still running?
Failure origin: airbyte_platform
Further digging introduces an error in the pod manifest-check within the main container failing with error code 127:
Entrypoint was not set! AIRBYTE_ENTRYPOINT must be set in the container
Helm Chart Version
airbyte-1.2.0
What step the error happened?
On deploy
Relevant information
Creating a new custom connector updated the docker image airbyte/source-declarative-manifest 5.17.0 to 6.6.7 in the new version introducing the error on manifest-check (test and save source):
Further digging introduces an error in the pod manifest-check within the main container failing with error code 127:
Entrypoint was not set! AIRBYTE_ENTRYPOINT must be set in the container
Relevant log output