Will Watkinson
03/09/2022, 4:00 PMdocker-compose up
. All of the python and docker commands in this guide succeed, but when I try to add the source from the UI at localhost:8000
, it errors out. It seems like it's unable to pull the spec based on the error message:
airbyte-worker | Caused by: io.temporal.failure.ApplicationFailure: message='Error while getting spec from image airbyte/source-kyriba:dev', type='io.airbyte.workers.WorkerException', nonRetryable=false
Any ideas how to get this source running locally?Marcos Marx (Airbyte)
03/10/2022, 12:47 AMWill Watkinson
03/10/2022, 1:55 PMdocker-compose up
from the root directory (also tried with sudo
)Will Watkinson
03/10/2022, 2:59 PMdocker-compose up
initially (for the first time, or after docker-compose down --volumes --remove-orphans
) it ends up waiting on the airbyte-server
forever. If I kill it and then up
again the server is accessible.Will Watkinson
03/10/2022, 3:38 PMWill Watkinson
03/10/2022, 3:39 PMWill Watkinson
03/10/2022, 3:41 PMairbyte/airbyte-integrations/connectors/source-kyriba
docker build . -t airbyte/source-kyriba:dev
from airbyte/
docker-compose up
Marcos Marx (Airbyte)
03/11/2022, 8:14 PMWill Watkinson
03/11/2022, 10:24 PMWill Watkinson
03/15/2022, 5:02 PM