konrad schlatte
06/14/2021, 12:58 PMairbyte-server | 2021-06-14 12:52:38 ERROR i.a.s.v.VersionMismatchServer(getServer):68 - {workspace_app_root=/tmp/workspace/server/logs} - Version mismatch between 0.25.0-alpha and 0.24.7-alpha.
Chris (deprecated profile)
Arrays of Arrays of XXX
, you need to build Arrays of Record of Arrays of XXX
instead
I know Stitch is choosing to add a .value
every-time you have a record/array field when creating the columns in BQ:
https://www.stitchdata.com/docs/replication/loading/google-bigquery-storing-nested-data-structures#storing-nested-records
Actually, whenever there is an Array of
they automatically build a Record of Array of
using that extra .value
field.
So you might end up with things like *`friend_ids.value.value` *in the case of arrays of arrays…
I’m wondering how does other do it? or how should Airbyte do this?Pedro Manuel
06/16/2021, 3:47 PMPrashanth Patali
06/16/2021, 4:55 PMLiren Tu
format
and an unpublished image. I am working on the fix.charles
P.VAD
06/16/2021, 10:05 PMx-logging: &default-logging
options:
max-size: "100m"
max-file: "5"
driver: json-file
Aditya Guru
06/17/2021, 5:43 PMDavin Chia (Airbyte)
Error: AWS EC2 instance starting error
33
Error: InsufficientInstanceCapacity: We currently do not have sufficient c5.2xlarge capacity in the Availability Zone you requested (us-east-2a). Our system will be working on provisioning additional capacity. You can currently get c5.2xlarge capacity by not specifying an Availability Zone in your request or choosing us-east-2b, us-east-2c.
34
Error: We currently do not have sufficient c5.2xlarge capacity in the Availability Zone you requested (us-east-2a). Our system will be working on provisioning additional capacity. You can currently get c5.2xlarge capacity by not specifying an Availability Zone in your request or choosing us-east-2b, us-east-2c.
Eugene Kulak
Deep
06/21/2021, 6:40 AMGeorge Claireaux (Airbyte)
> Task :airbyte-integrations:connectors:destination-oracle:compileIntegrationTestJavaJava FAILED
file or directory '/Users/phlair/src/airbyte/airbyte-integrations/connectors/destination-oracle/src/integrationTestJava/java', not found
Build cache key for task ':airbyte-integrations:connectors:destination-oracle:compileIntegrationTestJavaJava' is 1f126b73848c4823af9e306bab5bc2db
Task ':airbyte-integrations:connectors:destination-oracle:compileIntegrationTestJavaJava' is not up-to-date because:
Task has failed previously.
The input changes require a full rebuild for incremental task ':airbyte-integrations:connectors:destination-oracle:compileIntegrationTestJavaJava'.
Full recompilation is required because no incremental change information is available. This is usually caused by clean builds or changing compiler arguments.
file or directory '/Users/phlair/src/airbyte/airbyte-integrations/connectors/destination-oracle/src/integrationTestJava/java', not found
Compiling with JDK Java compiler API.
/Users/phlair/src/airbyte/airbyte-integrations/connectors/destination-oracle/src/test-integration/java/io/airbyte/integrations/destination/oracle/OracleIntegrationTest.java:102: error: method does not override or implement a method from a supertype
@Override
^
1 error
:airbyte-integrations:connectors:destination-oracle:compileIntegrationTestJavaJava (Thread[Execution worker for ':',5,main]) completed. Took 0.272 secs.
konrad schlatte
06/21/2021, 2:14 PMConvfigured environment is not a virtualenv
Liren Tu
Copyright (c) 2020 Airbyte
Should we just change it to Copyright (c) 2019 - Present Airbyte
so that we don’t need to update it every year?Sokheng chen
06/22/2021, 10:28 AMinit:
image: airbyte/init:${VERSION}
logging: *default-logging
container_name: init
command: /bin/sh -c "./scripts/create_mount_directories.sh /local_parent ${HACK_LOCAL_ROOT_PARENT} ${LOCAL_ROOT}"
environment:
- LOCAL_ROOT=${LOCAL_ROOT}
- HACK_LOCAL_ROOT_PARENT=${HACK_LOCAL_ROOT_PARENT}
volumes:
- ${HACK_LOCAL_ROOT_PARENT}:/local_parent
Harshith (Airbyte)
GR
06/23/2021, 2:51 AMHarshith (Airbyte)
Chris (deprecated profile)
Error: GitHub self-hosted runner registration error
Checking...
Error: A timeout of 5 minutes is exceeded. Your AWS EC2 instance was not able to register itself in GitHub as a new self-hosted runner.
https://github.com/airbytehq/airbyte/runs/2893207899?check_suite_focus=truekonrad schlatte
06/23/2021, 12:38 PMkonrad schlatte
06/23/2021, 12:39 PMtakan
06/24/2021, 12:24 AMtakan
06/24/2021, 12:45 AM<http://localhost:8000/api/v1/workspaces/create>
but how can I login to that workspace on UI or how can I verify I’m in the same workspace?
2. If I create my workspace in UI, how can I verify my workspaceId?
Thanks!Marco Fontana
06/24/2021, 12:10 PMbradfair
06/24/2021, 11:42 PMHarshith (Airbyte)
Davin Chia (Airbyte)
checkPython
error we've been seeing. This was suggested by the plugin's maintainer. The PR's build was successful 10 times in a row which made me think it's worth giving it a shot. Please lmk if anyone still see errors caused by the checkPython
task after this. Thanks!Rytis Zolubas
06/25/2021, 10:13 AMJoe
06/25/2021, 7:49 PMDavin Chia (Airbyte)