Nazif Ishrak
06/18/2023, 6:22 PMDanilo Drobac
06/19/2023, 7:35 AMLenin Mishra
06/19/2023, 7:37 AM./run-ab-platform.sh: line 66: curl: command not found
Could anyone help debug this issue.??
I am running deploying Airbyte on Ubuntu 22 machineLenin Mishra
06/19/2023, 7:40 AMTop-level object must be a mapping
Can someone help me debug it?Soshi Nakachiδ»²ε°ζ©εΈ
06/19/2023, 9:12 AMLenin Mishra
06/19/2023, 11:01 AMLenin Mishra
06/19/2023, 12:09 PMaccess_token - Traceback (most recent call last):
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/connector_builder/message_grouper.py", line 182, in _read_stream
yield from AirbyteEntrypoint(source).read(source.spec(self.logger), config, configured_catalog, {})
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 141, in read
yield from self.source.read(self.logger, config, catalog, state)
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/manifest_declarative_source.py", line 136, in read
yield from super().read(logger, config, catalog, state)
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 141, in read
raise e
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 121, in read
yield from self._read_stream(
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 196, in _read_stream
for record in record_iterator:
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/abstract_source.py", line 333, in _read_full_refresh
for record_data_or_message in record_data_or_messages:
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/declarative_stream.py", line 100, in read_records
for record in self.retriever.read_records(sync_mode, cursor_field, stream_slice, stream_state):
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/retrievers/simple_retriever.py", line 398, in read_records
for record in records_generator:
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 439, in _read_pages
request, response = self._fetch_next_page(stream_slice, stream_state, next_page_token)
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 453, in _fetch_next_page
request = self._create_prepared_request(
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/http.py", line 280, in _create_prepared_request
return self._session.prepare_request(requests.Request(**args))
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/requests/sessions.py", line 486, in prepare_request
p.prepare(
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/requests/models.py", line 372, in prepare
self.prepare_auth(auth, url)
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/requests/models.py", line 603, in prepare_auth
r = auth(self)
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py", line 28, in __call__
request.headers.update(self.get_auth_header())
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py", line 33, in get_auth_header
return {"Authorization": f"Bearer {self.get_access_token()}"}
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py", line 38, in get_access_token
token, expires_in = self.refresh_access_token()
File "/root/.pyenv/versions/3.9.11/lib/python3.9/site-packages/airbyte_cdk/sources/declarative/auth/oauth.py", line 116, in refresh_access_token
return response_json[self.get_access_token_name()], response_json[self.get_expires_in_name()]
KeyError: 'access_token'
however, when I run the python code with the exact same token refresh endpoint, I get the necessary values. Why is it happening?Octavia Squidington III
06/19/2023, 7:45 PMJohn Mizerany
06/19/2023, 9:12 PMsonti karthik
06/20/2023, 6:49 AMMadhav
06/20/2023, 10:07 AMMadhav
06/20/2023, 10:37 AMMonika Bednarz
06/20/2023, 11:38 AMOctavia Squidington III
06/20/2023, 1:45 PMAnthony Smart
06/20/2023, 4:02 PMoctavia apply -f <file>
I notice that no authentication is required. Does this mean the Web UI username / password is only on the Web App side and that there's no API authentication? That would allow anybody to modify the connections on the Airbyte instance.Kevin Phan
06/20/2023, 6:18 PM0.40.0-alpha
using kustomize to using helm. For a different environment, we did a full delete and redeployed.Slackbot
06/20/2023, 6:49 PMSharat Visweswara
06/20/2023, 6:50 PM2023-06-20 18:45:32 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$5):198 - Completing future exceptionally...
io.airbyte.workers.exception.WorkerException: Unexpected error while getting checking connection.
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:127) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:43) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$5(TemporalAttemptExecution.java:195) ~[io.airbyte-airbyte-workers-0.44.8.jar:?]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: io.airbyte.workers.exception.WorkerException: Cannot invoke "io.fabric8.kubernetes.api.model.Pod.getMetadata()" because "this.podDefinition" is null
at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:148) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:113) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:69) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
... 3 more
Caused by: java.lang.NullPointerException: Cannot invoke "io.fabric8.kubernetes.api.model.Pod.getMetadata()" because "this.podDefinition" is null
at io.airbyte.workers.process.KubePodProcess.close(KubePodProcess.java:783) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.process.KubePodProcess.cleanup(KubePodProcess.java:701) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.process.KubePodProcess.<init>(KubePodProcess.java:633) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.process.KubeProcessFactory.create(KubeProcessFactory.java:144) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.process.AirbyteIntegrationLauncher.check(AirbyteIntegrationLauncher.java:113) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
at io.airbyte.workers.general.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:69) ~[io.airbyte-airbyte-commons-worker-0.44.8.jar:?]
... 3 more
Any idea what's up?Walker Philips
06/20/2023, 7:07 PMMadhav
06/21/2023, 5:26 AMShivam Bhardwaj
06/21/2023, 6:15 AMError: UPGRADE FAILED: template: airbyte/charts/webapp/templates/secrets.yaml:14:60: executing "airbyte/charts/webapp/templates/secrets.yaml" at <.Values.global.secrets>: wrong type for value; expected map[string]interface {}; got interface {}
Alassane Anand NDOUR
06/21/2023, 9:06 AMdocker compose v2 not found! please install docker compose!
What can I do to debug and solve?Ahmed Zaky
06/21/2023, 11:51 AMParth Panchal
06/21/2023, 1:32 PM:~/airbyte$ ./run-ab-platform.sh
ββββββ ββββββββββ βββββββ βββ ββββββββββββββββββββ
βββββββββββββββββββββββββββββββ βββββββββββββββββββββ
βββββββββββββββββββββββββββ βββββββ βββ ββββββ
βββββββββββββββββββββββββββ βββββ βββ ββββββ
βββ βββββββββ βββββββββββ βββ βββ ββββββββ
βββ βββββββββ ββββββββββ βββ βββ ββββββββ
Move Data
docker compose v2 not found! please install docker compose!
:~/airbyte$ docker-compose -v
Docker Compose version v2.12.2
I am getting error while starting airbyte latest versionKatsushi Shibata
06/22/2023, 3:19 AMAndrew Nessin R
06/22/2023, 3:51 AMOctavia Squidington III
06/22/2023, 1:45 PMHelge Weissig
06/22/2023, 8:28 PMConnectorCard.module-f2c29f2c.js:20 Error: non-json response
at qy (ConnectorCard.module-f2c29f2c.js:38:20944)
We have restarted the workloads already, but the error persists. Any pointers?Chris Muller
06/23/2023, 1:09 AMHans Lemm
06/23/2023, 9:53 AMdestination
and source
pods.
I deploy Airbyte using Helm latest charts, and I see that my destination
and source
pods for some connections are requesting too little for their loads, even passing the limits.
In the Helm charts, there are no specific config for destination
and source
. It seems that the equivalent to tweak these pods is the jobs
resources. Yet, even when I change the request for jobs
, I don't see these requests being reflected on destination and source pods.