Cylia Berkane
06/10/2022, 8:13 AMObtaining file:///home/cber/airbyte/airbyte-integrations/bases/source-acceptance-test (from -r requirements.txt (line 1))
Obtaining file:///home/cber/airbyte/airbyte-integrations/connectors/source-python-http-example (from -r requirements.txt (line 2))
Collecting PyYAML~=5.4
Using cached PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB)
ERROR: Could not find a version that satisfies the requirement airbyte-cdk~=0.1.56 (from source-acceptance-test==0.0.0->-r requirements.txt (line 1)) (from versions: 0.1.0rc3, 0.1.0rc4, 0.1.0rc5, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6rc1, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.1.16, 0.1.17, 0.1.18, 0.1.20, 0.1.21, 0.1.22, 0.1.23, 0.1.24, 0.1.25, 0.1.26, 0.1.27, 0.1.28, 0.1.29, 0.1.30, 0.1.31, 0.1.32, 0.1.33, 0.1.34, 0.1.35, 0.1.36, 0.1.37, 0.1.38, 0.1.39, 0.1.41, 0.1.42, 0.1.43, 0.1.44, 0.1.45, 0.1.46, 0.1.47, 0.1.48, 0.1.49, 0.1.50, 0.1.52, 0.1.53)
ERROR: No matching distribution found for airbyte-cdk~=0.1.56 (from source-acceptance-test==0.0.0->-r requirements.txt (line 1))
Santiago
06/10/2022, 1:14 PMMuhammad Imtiaz
06/10/2022, 1:27 PM0.35.31-alpha
to 0.39.17-alpha
, by following the guide given here. Essentially, I've pulled the latest code from master branch, provided all the required details in .env
and secrets
file and run kubectl apply -k kube/overlays/stable
.
All pods at the start run successfully i.e. there is no restart. SERVER, TEMPORAL and Worker pod's logs (files attached below) are convincing and they don't show any errors.
But I'm not able to port-forward airbyte-webapp
service locally as It is breaking connections (screenshot attached below). When I see the logs of server-pod
, I see some of the api calls are failing (screenshot attached below).
Port-farward command
kubectl port-forward svc/airbyte-webapp-svc 8088:80 -n dev
PS: I"m using RDS postgres instance and S3 bucket. Airbyte is able to access postgres and S3 bucket.Jarren Scheller
06/10/2022, 5:20 PMCould not connect to the S3 bucket with the provided configuration. Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 957Y2B54792WRDA5; S3 Extended Request ID: tDwOZ1RwjxmSWqZEwJgnOf/znv31wes1vIrfX3QoiJO0Fuyyowm0ji5qyZwjw7nbll927GuSVLA=; Proxy: null)
Jose Vicente Nucete A
06/11/2022, 6:06 PMAlex Yanitsky
06/11/2022, 10:14 PMrecurly.base_errors.ApiError: Unexpected 524 Error. Recurly Request Id: None
How could I approach this?Maikel Penz
06/12/2022, 3:20 AMSUB_BUILD=PLATFORM ./gradlew build
I get
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spotlessJava'.
> java.lang.reflect.InvocationTargetException
This is happening even on master for me. Any help is appreciatedDurgendra Pratap Singh
06/12/2022, 12:18 PM2022-06-12 12:01:25 INFO () LineGobbler(voidCall):85 - Checking if airbyte/source-file:0.2.5 exists...
2022-06-12 12:01:25 INFO () LineGobbler(voidCall):85 - airbyte/source-file:0.2.5 was found locally.
2022-06-12 12:01:25 INFO () DockerProcessFactory(create):146 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/521b7c45-1986-42f8-9c25-33da4065a20b/0 --network host --log-driver none airbyte/source-file:0.2.5 check --config source_config.json
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - Traceback (most recent call last):
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - File "/usr/local/bin/base-python", line 8, in <module>
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - sys.exit(main())
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - File "/usr/local/lib/python3.7/site-packages/base_python/entrypoint.py", line 135, in main
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - launch(source, sys.argv[1:])
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - File "/usr/local/lib/python3.7/site-packages/base_python/entrypoint.py", line 120, in launch
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - AirbyteEntrypoint(source).start(args)
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - File "/usr/local/lib/python3.7/site-packages/base_python/entrypoint.py", line 90, in start
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - raw_config = self.source.read_config(parsed_args.config)
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - File "/usr/local/lib/python3.7/site-packages/base_python/integration.py", line 60, in read_config
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - with open(config_path, "r") as file:
2022-06-12 12:01:29 ERROR () LineGobbler(voidCall):85 - FileNotFoundError: [Errno 2] No such file or directory: 'source_config.json'
2022-06-12 12:01:29 INFO () TemporalAttemptExecution(lambda$getWorkerThread$2):149 - Completing future exceptionally...
io.airbyte.workers.WorkerException: Error while getting checking connection.
Durgendra Pratap Singh
06/12/2022, 12:19 PMdasol kim
06/13/2022, 7:23 AMdocker-compose down
command to end airbyte but I am getting following error.
dskim@AD:~/airbyte$ docker-compose down
WARNING: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: The NEW_SCHEDULER variable is not set. Defaulting to a blank string.
WARNING: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
I ran it again with --verbose to obtain debug information.
dskim@HPC01:~/airbyte$ docker-compose --verbose down
compose.config.config.find: Using configuration files: ./docker-compose.yaml
WARNING: compose.config.environment.__getitem__: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: compose.config.environment.__getitem__: The NEW_SCHEDULER variable is not set. Defaulting to a blank string.
WARNING: compose.config.environment.__getitem__: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: compose.config.environment.__getitem__: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
compose.cli.docker_client.get_client: docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l 10 Sep 2019
compose.cli.docker_client.get_client: Docker base_url: <http+docker://localhost>
compose.cli.docker_client.get_client: Docker version: Platform={'Name': 'Docker Engine - Community'}, Components=[{'Name': 'Engine', 'Version': '20.10.8', 'Details': {'ApiVersion': '1.41', 'Arch': 'amd64', 'BuildTime': '2021-07-30T19:52:16.000000000+00:00', 'Experimental': 'false', 'GitCommit': '75249d8', 'GoVersion': 'go1.16.6', 'KernelVersion': '5.4.0-94-generic', 'MinAPIVersion': '1.12', 'Os': 'linux'}}, {'Name': 'containerd', 'Version': '1.4.9', 'Details': {'GitCommit': 'e25210fe30a0a703442421b0f60afac609f950a3'}}, {'Name': 'runc', 'Version': '1.0.1', 'Details': {'GitCommit': 'v1.0.1-0-g4144b63'}}, {'Name': 'docker-init', 'Version': '0.19.0', 'Details': {'GitCommit': 'de40ad0'}}], Version=20.10.8, ApiVersion=1.41, MinAPIVersion=1.12, GitCommit=75249d8, GoVersion=go1.16.6, Os=linux, Arch=amd64, KernelVersion=5.4.0-94-generic, BuildTime=2021-07-30T19:52:16.000000000+00:00
compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('airbyte_default')
compose.cli.verbose_proxy.proxy_callable: docker inspect_network -> {'Attachable': True,
'ConfigFrom': {'Network': ''},
'ConfigOnly': False,
'Containers': {'1aa21ab12867c91509d016b15a8d2aa664fa7b2b20e89de6d3dc8a7904f229b8': {'EndpointID': '8a482c6e9f762174780ba8b9b918f588668204442429dbc330bc93301f532749',
'IPv4Address': '192.168.112.6/20',
'IPv6Address': '',
'MacAddress': '02:42:c0:a8:70:06',
'Name': 'airbyte-temporal'}},
'Created': '2022-06-10T22:17:47.71850444+09:00',
'Driver': 'bridge',
...
compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('airbyte_db')
compose.cli.verbose_proxy.proxy_callable: docker inspect_volume -> {'CreatedAt': '2022-06-11T13:45:43+09:00',
'Driver': 'local',
'Labels': {'com.docker.compose.project': 'airbyte',
'com.docker.compose.version': '1.29.2',
'com.docker.compose.volume': 'airbyte_db'},
'Mountpoint': '/var/lib/docker/volumes/airbyte_db/_data',
'Name': 'airbyte_db',
'Options': None,
'Scope': 'local'}
compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('airbyte_data')
compose.cli.verbose_proxy.proxy_callable: docker inspect_volume -> {'CreatedAt': '2021-08-27T10:50:51+09:00',
'Driver': 'local',
'Labels': {'com.docker.compose.project': 'airbyte',
'com.docker.compose.version': '1.29.2',
'com.docker.compose.volume': 'airbyte_data'},
'Mountpoint': '/var/lib/docker/volumes/airbyte_data/_data',
'Name': 'airbyte_data',
'Options': None,
'Scope': 'local'}
compose.cli.verbose_proxy.proxy_callable: docker inspect_volume <- ('airbyte_workspace')
compose.cli.verbose_proxy.proxy_callable: docker inspect_volume -> {'CreatedAt': '2022-06-11T09:17:58+09:00',
'Driver': 'local',
'Labels': {'com.docker.compose.project': 'airbyte',
'com.docker.compose.version': '1.29.2',
'com.docker.compose.volume': 'airbyte_workspace'},
'Mountpoint': '/var/lib/docker/volumes/airbyte_workspace/_data',
'Name': 'airbyte_workspace',
'Options': None,
'Scope': 'local'}
compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=airbyte']})
compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 1 items)
compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('1aa21ab12867c91509d016b15a8d2aa664fa7b2b20e89de6d3dc8a7904f229b8')
ERROR: compose.cli.errors.log_timeout_error: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
I can't kill airbyte-temporal container with docker stop or docker kill
command. how can I solve this? please help.Florent Martineau
06/13/2022, 8:26 AMpd
06/13/2022, 8:43 AMAlfonso Ghislieri
06/13/2022, 9:05 AMheroku.yml
file?
Thanks!Naresh Nelluri
06/13/2022, 12:32 PMRobin
06/13/2022, 6:16 PMZaza Javakhishvili
06/13/2022, 6:34 PMTomas Perez
06/13/2022, 9:28 PMBar Bitkover
06/14/2022, 6:25 AMSlackbot
06/14/2022, 8:16 AMEric Gill
06/14/2022, 9:47 AMAsadbek Muminov
06/14/2022, 1:41 PM* What went wrong:
An exception occurred applying plugin request [id: 'airbyte-python']
> Failed to apply plugin 'airbyte-python'.
Clément Bidan
06/14/2022, 1:44 PMDharshan Viswanathan
06/14/2022, 2:34 PMCM
06/14/2022, 3:37 PMSandesh Kumar
06/14/2022, 9:57 PMWei Seng Thong
06/15/2022, 2:47 AMMichael
06/15/2022, 5:57 AMSai srujan sai
06/15/2022, 8:42 AMKacper Woźniak
06/15/2022, 10:02 AMAlex Zeleznikov
06/15/2022, 12:48 PMInternal Server Error: The Access Key Id you provided does not exist in our records. (Service: S3, Status Code: 403, Request ID: 16F8CC0611B507BB, Extended Request ID: null)
when trying to add new sources