airbytehq / airbyte

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.
https://airbyte.com
Other
16.3k stars 4.15k forks source link

Issue within airbyte/source-declarative-manifest 6.6.7 - AIRBYTE_ENTRYPOINT not set #48599

Closed MultiDiako closed 6 days ago

MultiDiako commented 6 days ago

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):

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

Relevant log output