- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Linux(GCP compute engine)
- Memory / Disk: you can use something like 4Gb / 1 Tb
- Deployment: Docker
- Airbyte Version: 0.39.5-alpha
- Source name/version: Docker Hub
- Destination name/version:
- Step: The issue is happening during importing the connector
- Description:
Hi, I’m facing an issue while importing an home-built connector to an airbyte instance running on GCP compute engine.
Once I clicked on the add button, I get a 500 error:
java.lang.IllegalStateException: Get Spec job failed.
I trouble shooted the issue on my side:
- CE instance can connect to docker hub as it’s working with other containers
- I can import the mentionned container on airbyte running locally (
)
- The API call is not returning more information than the message added to the description
- I’m exploring the possibility of a blocked process by the firewall …
Do you have any idea of what’s happening ? Or an idea to restrict the search scope ?
Thanks a lot for your help,