Joe Napolitano
12/13/2022, 5:05 PMkarl
12/13/2022, 5:28 PMJordan Fox
12/13/2022, 5:52 PMEthan Brouwer
12/13/2022, 6:42 PMPhilippe Boyd
12/13/2022, 9:23 PMio.airbyte.persistence.job.models.IntegrationLauncherConfig.getIsCustomConnector()
because it doesn’t seems to be in the open source version
I need to debug why it’s returning null
Scott Sung
12/13/2022, 10:14 PMJonathan Cachat PhD (JC)
12/13/2022, 11:05 PMSam Stoelinga
12/13/2022, 11:12 PM"2020-03-\n31T00:00:00Z\r"
https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/bases/standa[…]rations/standardtest/destination/DestinationAcceptanceTest.javaDavid Mattern
12/14/2022, 12:24 AMsudo docker build . -t nmwdi/salesforce:0.0.2
Sending build context to Docker daemon 79.36kB
Step 1/11 : FROM python:3.9-slim
---> 86def1a51ade
Step 2/11 : RUN apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*
---> Running in 86d6f1200ec0
Get:1 <http://deb.debian.org/debian> bullseye InRelease [116 kB]
Get:2 <http://deb.debian.org/debian-security> bullseye-security InRelease [48.4 kB]
Get:3 <http://deb.debian.org/debian> bullseye-updates InRelease [44.1 kB]
Err:1 <http://deb.debian.org/debian> bullseye InRelease
At least one invalid signature was encountered.
Err:2 <http://deb.debian.org/debian-security> bullseye-security InRelease
At least one invalid signature was encountered.
Err:3 <http://deb.debian.org/debian> bullseye-updates InRelease
At least one invalid signature was encountered.
Reading package lists...
W: GPG error: <http://deb.debian.org/debian> bullseye InRelease: At least one invalid signature was encountered.
E: The repository '<http://deb.debian.org/debian> bullseye InRelease' is not signed.
W: GPG error: <http://deb.debian.org/debian-security> bullseye-security InRelease: At least one invalid signature was encountered.
E: The repository '<http://deb.debian.org/debian-security> bullseye-security InRelease' is not signed.
W: GPG error: <http://deb.debian.org/debian> bullseye-updates InRelease: At least one invalid signature was encountered.
E: The repository '<http://deb.debian.org/debian> bullseye-updates InRelease' is not signed.
The command '/bin/sh -c apt-get update && apt-get install -y bash && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
Is anyone familiar with this?Luis Gomez
12/14/2022, 2:01 AMJhon Edison Bambague Calderon
12/14/2022, 2:36 AMAden Forshaw
12/14/2022, 4:55 AMMirco Jüstel
12/14/2022, 7:05 AMunable to create open /etc/temporal/config/docker.yaml: permission denied
. Does anyone can help me out here? I am not able to run the pods privilaged, since it is not allowed in my cluster.
In a local minikube environment everything started properly with my supplied values.yaml.
Thank you in advance!Ezziddeen AbdulWahhab
12/14/2022, 9:47 AMSUB_BUILD=PLATFORM ./gradlew build
but I'm getting the following build failure
Task :airbyte-workers:test
ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that normalization failure is recorded FAILED
Wanted but not invoked:
jobCreationAndStatusUpdateActivity.attemptFailureWithAttemptNumber(
<Has failure from origin>
);
-> at io.airbyte.workers.temporal.scheduling.ConnectionManagerWorkflowTest$SyncWorkflowReplicationFailuresRecorded.testNormalizationFailure(ConnectionManagerWo$
kflowTest.java:1301)
However, there were exactly 3 interactions with this mock:
jobCreationAndStatusUpdateActivity.createNewAttemptNumber(
JobCreationAndStatusUpdateActivity.AttemptCreationInput(jobId=111)
);
-> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jobCreationAndStatusUpdateActivity.reportJobStart(
JobCreationAndStatusUpdateActivity.ReportJobStartInput(jobId=111, connectionId=077f8f2b-4521-4fb6-b8c9-57a20b4bdc19)
);
-> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
jobCreationAndStatusUpdateActivity.isLastJobOrAttemptFailure(
JobCreationAndStatusUpdateActivity.JobCheckFailureInput(jobId=1, attemptId=1, connectionId=077f8f2b-4521-4fb6-b8c9-57a20b4bdc19)
);
-> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at app//io.airbyte.workers.temporal.scheduling.ConnectionManagerWorkflowTest$SyncWorkflowReplicationFailuresRecorded.testNormalizationFailure(ConnectionMan$
gerWorkflowTest.java:1301)
144 tests completed, 1 failed, 1 skipped
> Task :airbyte-workers:test FAILED
It seems like there is a test in airbyte-workers that is failing. I haven't modified the code at all after cloning it.郭子麒 (數據管理部)Jacky Kwok
12/14/2022, 10:16 AM2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - integration args: {check=null, config=source_config.json}
Log4j2Appender says: Running integration: io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Running integration: io.airbyte.integrations.destination.redshift.RedshiftDestination
Log4j2Appender says: Command: CHECK
2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Command: CHECK
Log4j2Appender says: Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
Log4j2Appender says: Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-12-14 09:48:51 [33mWARN[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):117 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
Log4j2Appender says: Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-12-14 09:48:51 [33mWARN[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):117 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
Log4j2Appender says: The "standard" upload mode is not performant, and is not recommended for production. Please use the Amazon S3 upload mode if you are syncing a large amount of data.
2022-12-14 09:48:51 [33mWARN[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):117 - The "standard" upload mode is not performant, and is not recommended for production. Please use the Amazon S3 upload mode if you are syncing a large amount of data.
Log4j2Appender says: Using destination type: STANDARD
2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Using destination type: STANDARD
Log4j2Appender says: HikariPool-1 - Starting...
2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - HikariPool-1 - Starting...
Log4j2Appender says: HikariPool-1 - Start completed.
2022-12-14 09:48:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - HikariPool-1 - Start completed.
Collecting content into /tmp/toBePublished15349657165706088974.tmp before uploading.
Publishing to S3 (bucket=hk01prod-data-airbyte; key=job-logging/workspace/536cef4f-f26d-44af-b866-f57c69737c09/0/logs.log/20221214094946_project-airbyte-main-worker-f5b986846-4zgqm_a256005acc5d4e89908d10c88acaa665):
Log4j2Appender says: HikariPool-1 - Shutdown initiated...
2022-12-14 09:49:51 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - HikariPool-1 - Shutdown initiated...
Log4j2Appender says: HikariPool-1 - Shutdown completed.
2022-12-14 09:49:53 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - HikariPool-1 - Shutdown completed.
Log4j2Appender says: Completed integration: io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-12-14 09:49:53 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - Completed integration: io.airbyte.integrations.destination.redshift.RedshiftDestination
Log4j2Appender says: completed destination: class io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-12-14 09:49:53 [32mINFO[m i.a.w.i.DefaultAirbyteStreamFactory(internalLog):120 - completed destination: class io.airbyte.integrations.destination.redshift.RedshiftDestination
2022-12-14 09:49:54 [32mINFO[m i.a.w.p.ExitCodeWatcher(persistExitCode):113 - Received exit code 0 for pod ion-redshift-check-536cef4f-f26d-44af-b866-f57c69737c09-0-jljhp
Log4j2Appender says: (pod: project-airbyte / ion-redshift-check-536cef4f-f26d-44af-b866-f57c69737c09-0-jljhp) - Closed all resources for pod
2022-12-14 09:49:54 [32mINFO[m i.a.w.p.KubePodProcess(close):745 - (pod: project-airbyte / ion-redshift-check-536cef4f-f26d-44af-b866-f57c69737c09-0-jljhp) - Closed all resources for pod
Log4j2Appender says: Stopping cancellation check scheduling...
2022-12-14 09:49:54 [32mINFO[m i.a.w.t.TemporalAttemptExecution(get):163 - Stopping cancellation check scheduling...
Log4j2Appender says:
2022-12-14 09:49:54 [32mINFO[m i.a.c.i.LineGobbler(voidCall):114 -
Log4j2Appender says: ----- END CHECK -----
2022-12-14 09:49:54 [32mINFO[m i.a.c.i.LineGobbler(voidCall):114 - ----- END CHECK -----
Log4j2Appender says:
2022-12-14 09:49:54 [32mINFO[m i.a.c.i.LineGobbler(voidCall):114 -
Renato Todorov
12/14/2022, 12:27 PMTEMPORAL_HOST
variable prevents Airbyte from functioning properly. Here's the PR: https://github.com/airbytehq/airbyte/pull/20320Ahmed Bafadal
12/14/2022, 12:33 PMAhmed Bafadal
12/14/2022, 12:33 PMtanuj soni
12/14/2022, 12:39 PMAntonio Preučil
12/14/2022, 12:57 PMUday Samsani
12/14/2022, 12:58 PMAlexis Blandin
12/14/2022, 2:14 PMM R Penchalaiah
12/14/2022, 2:35 PMjonty
12/14/2022, 2:50 PMdocker images prune --all
docker volume prune
Total reclaimed space: 0B
docker run -it --rm --volume airbyte_workspace:/data busybox
docker: open /var/lib/docker/tmp/GetImageBlob873569938: no space left on device.
docker run -it --rm --volume airbyte_workspace:/data busybox ls /data/9/2
docker: open /var/lib/docker/tmp/GetImageBlob031057609: no space left on device.
Leon Graf
12/14/2022, 2:58 PMMario Beteta
12/14/2022, 6:55 PMRJ Hill
12/14/2022, 7:34 PMMonika Bednarz
12/14/2022, 8:10 PMJon M
12/14/2022, 9:12 PMMyroslav Tkachenko
12/14/2022, 9:35 PMnon-json response
error while establishing connection with Shopify?