Alexander Schmidt
05/11/2023, 3:12 PM2023-05-11 13:44:21 ERROR i.a.b.Application(main):25 - Unable to bootstrap Airbyte environment.
org.jooq.exception.DataAccessException: SQL [select * from "public"."actor_definition" where ("public"."actor_definition"."release_stage" is null or "public"."actor_definition"."release_stage" <> ?::"public"."release_stage" or "public"."actor_definition"."custom")]; Error while reading field: "public"."actor_definition"."allowed_hosts", at JDBC index: 23
William Linck
05/11/2023, 5:36 PMHTTPError('401 Client Error: Unauthorized for url: <https://api.getbase.com/v2/contacts>')
. Does anybody know what could be causing this?Sachin Patidar
05/11/2023, 5:39 PMAkash
05/11/2023, 5:57 PMSachin Patidar
05/11/2023, 6:42 PMThiago Villani
05/11/2023, 6:57 PMAngie Marable
05/11/2023, 10:22 PMRahadian Djati
05/12/2023, 4:41 AMJesse Geron
05/12/2023, 6:39 AMSlackbot
05/12/2023, 10:35 AMAkilesh V
05/12/2023, 10:36 AMThiago Comerlatto Rodrigues
05/12/2023, 3:39 PMJoel Olazagasti
05/12/2023, 4:12 PMValentin B.
05/12/2023, 4:37 PMThiago Comerlatto Rodrigues
05/12/2023, 7:00 PMZach Loertscher
05/12/2023, 7:27 PMHarshang Prajapati
05/13/2023, 5:43 AMThiago Comerlatto Rodrigues
05/15/2023, 12:43 PMGabriel Levine
05/15/2023, 3:50 PMlaila ribke
05/15/2023, 4:43 PMMadison Mae
05/15/2023, 7:44 PMnormalization: handle records > 1MB for redshift SUPER type
https://github.com/airbytehq/airbyte/issues/14573Ignacio Martínez de Toda
05/16/2023, 7:04 AMnon-json response
I test the source and destination and all the tests are correct, can someone help here? I’’ve deployed the latest version 0.44.4 on a google VMRaunak Chowdhury
05/16/2023, 7:15 AM[m i.a.w.p.DockerProcessFactory(create):136 - Creating docker container = source-chargebee-check-9da93b60-44b0-489e-9e8b-81251f7c6108-0-fqxzn with resources io.airbyte.config.ResourceRequirements@1934b36a[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=,additionalProperties={}] and allowedHosts null
2023-05-12 10:46:30 [32mINFO[m i.a.w.p.DockerProcessFactory(create):188 - Preparing command: docker run --rm --init -i -w /data/9da93b60-44b0-489e-9e8b-81251f7c6108/0 --log-driver none --name source-chargebee-check-9da93b60-44b0-489e-9e8b-81251f7c6108-0-fqxzn --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e WORKER_CONNECTOR_IMAGE=airbyte/source-chargebee:0.2.3 -e AUTO_DETECT_SCHEMA=true -e LAUNCHDARKLY_KEY= -e SOCAT_KUBE_CPU_REQUEST=0.1 -e SOCAT_KUBE_CPU_LIMIT=2.0 -e USE_STREAM_CAPABLE_STATE=true -e FIELD_SELECTION_WORKSPACES= -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e APPLY_FIELD_SELECTION=false -e WORKER_JOB_ATTEMPT=0 -e OTEL_COLLECTOR_ENDPOINT=<http://host.docker.internal:4317> -e FEATURE_FLAG_CLIENT= -e AIRBYTE_VERSION=0.44.3 -e WORKER_JOB_ID=9da93b60-44b0-489e-9e8b-81251f7c6108 airbyte/source-chargebee:0.2.3 check --config source_config.json
2023-05-12 10:46:30 [32mINFO[m i.a.w.i.VersionedAirbyteStreamFactory(create):181 - Reading messages from protocol version 0.2.0
2023-05-12 10:46:32 [1;31mERROR[m i.a.w.i.VersionedAirbyteStreamFactory(internalLog):313 - [Errno 2] No such file or directory: 'source_config.json'
Traceback (most recent call last):
File "/airbyte/integration_code/main.py", line 13, in <module>
launch(source, sys.argv[1:])
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 131, in launch
for message in source_entrypoint.run(parsed_args):
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 85, in run
raw_config = self.source.read_config(parsed_args.config)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/connector.py", line 51, in read_config
config = BaseConnector._read_json_file(config_path)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/connector.py", line 61, in _read_json_file
with open(file_path, "r") as file:
FileNotFoundError: [Errno 2] No such file or directory: 'source_config.json'
Can someone please help me in resolving this issue?Sergei Batishchev
05/16/2023, 9:16 AMNils de Bruin
05/16/2023, 10:37 AMgeekwhocodes
05/16/2023, 11:30 AMBenjamin Edwards
05/16/2023, 11:31 AMI J
05/16/2023, 12:30 PMBenjamin Edwards
05/16/2023, 3:58 PM2023-05-16 14:50:37 [44msource[0m > ERROR i.a.i.b.AirbyteExceptionHandler(uncaughtException):26 Something went wrong in the connector. See the logs for more details. java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLException: Streaming result set com.mysql.cj.protocol.a.result.ResultsetRowsStreaming@3e48d38 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
I wonder if there is a bug in the Java code that is not closing connections? Either way has anyone faced a similar issue or have any suggested workarounds? Thanks in advance.Ramkumar Vaidyanathan
05/16/2023, 10:33 PM