Robert Put
10/28/2022, 2:38 PM2022-10-28 14:04:21 WARN i.a.c.t.CancellationHandler$TemporalCancellationHandler(checkAndHandleCancellation):53 - Job either timed out or was cancelled.
Alberto Aguilera
10/28/2022, 2:41 PMjonatan
10/28/2022, 3:06 PMKevin Phan
10/28/2022, 4:06 PMairbyte-worker
pod:
Message: No bean of type [io.airbyte.config.persistence.split_secrets.SecretPersistence] exists for the given qualifier: @Named('secretPersistence'). Make sure the bean is not disabled by bean requirements (enable trace logging for 'io.micronaut.context.condition' to check) and if the bean is enabled then ensure the class is declared a bean and annotation processing is enabled (for Java and Kotlin the 'micronaut-inject-java' dependency should be configured as an annotation processor).
Path Taken: new ApplicationInitializer() --> ApplicationInitializer.syncActivities --> List.syncActivities([ReplicationActivity replicationActivity],NormalizationActivity normalizationActivity,DbtTransformationActivity dbtTransformationActivity,PersistStateActivity persistStateActivity,NormalizationSummaryCheckActivity normalizationSummaryCheckActivity,WebhookOperationActivity webhookOperationActivity) --> new ReplicationActivityImpl(Optional containerOrchestratorConfig,ProcessFactory processFactory,[SecretsHydrator secretsHydrator],Path workspaceRoot,WorkerEnvironment workerEnvironment,LogConfigs logConfigs,String airbyteVersion,FeatureFlags featureFlags,Integer serverPort,AirbyteConfigValidator airbyteConfigValidator,TemporalUtils temporalUtils,AirbyteApiClient airbyteApiClient) --> SecretsHydrator.secretsHydrator([SecretPersistence secretPersistence])
io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for parameter [secretPersistence] of method [secretsHydrator] of class: io.airbyte.config.persistence.split_secrets.SecretsHydrator
Message: No bean of type [io.airbyte.config.persistence.split_secrets.SecretPersistence] exists for the given qualifier: @Named('secretPersistence'). Make sure the bean is not disabled by bean requirements (enable trace logging for 'io.micronaut.context.condition' to check) and if the bean is enabled then ensure the class is declared a bean and annotation processing is enabled (for Java and Kotlin the 'micronaut-inject-java' dependency should be configured as an annotation processor).
Path Taken: new ApplicationInitializer() --> ApplicationInitializer.syncActivities --> List.syncActivities([ReplicationActivity replicationActivity],NormalizationActivity normalizationActivity,DbtTransformationActivity dbtTransformationActivity,PersistStateActivity persistStateActivity,NormalizationSummaryCheckActivity normalizationSummaryCheckActivity,WebhookOperationActivity webhookOperationActivity) --> new ReplicationActivityImpl(Optional containerOrchestratorConfig,ProcessFactory processFactory,[SecretsHydrator secretsHydrator],Path workspaceRoot,WorkerEnvironment workerEnvironment,LogConfigs logConfigs,String airbyteVersion,FeatureFlags featureFlags,Integer serverPort,AirbyteConfigValidator airbyteConfigValidator,TemporalUtils temporalUtils,AirbyteApiClient airbyteApiClient) --> SecretsHydrator.secretsHydrator([SecretPersistence secretPersistence])
at ...... (ABBREVIATED)
Stream closed EOF for airbyte/airbyte-worker-5586f985d7-hcg9l (airbyte-worker-container)
Does anyone have any ideas? I am using kustomize.Manish Tomar
10/28/2022, 5:12 PMColeman Kelleghan
10/28/2022, 8:52 PMRobert Put
10/28/2022, 8:53 PMDan Cook
10/28/2022, 10:02 PMSistemas Cesumin
10/29/2022, 7:11 AMApp ID: amzn1.application-oa2-client.ddc82db35bdc4a448a50cebd5d8fe744
Error Code: MD1000
The URL is:
https://sellercentral.amazon.es/apps/authorize/consent?application_id=amzn1.application-oa2-client.ddc82db35bdc4a448a50cebd5d8fe744&redirect_uri=https%3A%2F%2Fcloud.airbyte.io%2Fauth_flow&state=GaLb5JM&version=beta&mons_sel_dir_mcid=amzn1.merchant.d.AAH6GE64QRLD4BN5SJGLZTG6OHLA&mons_sel_mkid=A1RKKUPIHCS9HS&mons_sel_dir_paid=amzn1.pa.d.AANB5EETGCQUGAUVPCSEI6VF3OLA&ignore_selection_changed=true&mons_redirect=change_domain
Any ideas?
Thank you in advance,Sistemas Cesumin
10/29/2022, 7:36 AMCould not connect with provided configuration. HikariPool-1 - Connection is not available, request timed out after 60007ms.
The same settings & credentials are being used without hassle with SQLyog, just tested...
Any ideas?
Thank you in advance,Mikhail Masyagin
10/29/2022, 3:31 PMMigration of schema "public" to version "0.29.15.001 - Add temporalWorkflowId col to Attempts" failed!
...
Message: SQL [select * from airbyte_metadata where key = ?]; ERROR: relation "airbyte_metadata" does not exist
I'm using Airbyte VERSION=0.40.17 and two instances of PostgreSQL 13.7. The most wired things are that I'm running another Airbyte - 0.40.0-alpha and it works correct (on another two instances of PostgreSQL 13.7) and table airbyte_metadata
exists🥲
Hope, that we'll find the solutionSudhendu Pandey
10/29/2022, 9:33 PMScott Chua
10/30/2022, 9:30 AMnow_local
• now_utc
• today_utc
• timestamp
• max
• day_delta
is there a reason today_local
was left out? Or now_timezone
and today_timezone
that take timezone as argument? 😄
If not I’m happy to open that PR — a source I’m currently building a connector for returns data according to some preset, non-UTC timezone. 🙂
More broadly, is there any capability at the moment for Jinja macros to be defined at the connector level, rather than globally? 🤔
Many thanks!Francisco Viera
10/30/2022, 1:33 PMSean Zicari
10/30/2022, 2:34 PMDuck Psy
10/31/2022, 2:09 AMRahul Borse
10/31/2022, 4:38 AMAazam Thakur
10/31/2022, 9:41 AMAazam Thakur
10/31/2022, 9:43 AMTanasorn Chindasook
10/31/2022, 10:54 AMfull-refresh append
sync method. The issue that we are currently seeing is that in the _airbyte_raw
(before normalisation) table there is only one record for each id emitted per day. However, there are duplicates on the raw_
(after normalisation) table based on the _airbyte_normalized_at
field. For some reason, records that are emitted on two different days are being normalised on the same day. Could someone help provide us with some insight to why this behaviour is occurring and what we can do to fix it?
Please see attached screenshot of the duplication based on _airbyte_normalized_at
. Data has been obscured for privacy purposes. Thank you so much in advance!Timo Hartmann
10/31/2022, 12:53 PMAirbyteTriggerSyncOperator
. The logs (see below for the entire log) do not contain any info wrt why it was cancelled or what cancelled it. The warnings about the JSON schema validation can be ignored as they appear during every sync (even the successful ones) and have nothing to do with the cancellation issue. I would greatly appreciate your help, since I cannot explain this (it happened twice yet).
Cancelled
NaN Bytes | no records | no records | 10s | Sync
Failure Origin: Unknown, Message: This attempt was cancelled
7:03AM 10/29
2022-10-29 05:03:47 - Additional Failure Information: Setting attempt to FAILED because the job was cancelled
2022-10-28 05:03:33 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-28 05:03:33 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.format_type: does not have a value in the enumeration [Avro], $.compression_codec: string found, object expected, $.compression_codec: should be valid to one and only one of the schemas
2022-10-28 05:03:33 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword requires - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-28 05:03:33 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.flattening: is missing but it is required, $.format_type: does not have a value in the enumeration [CSV]
2022-10-28 05:03:33 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.format_type: does not have a value in the enumeration [JSONL]
2022-10-28 05:03:33 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-28 05:03:34 INFO i.a.w.t.TemporalAttemptExecution(get):105 - Docker volume job log path: /tmp/workspace/321/0/logs.log
2022-10-28 05:03:34 INFO i.a.w.t.TemporalAttemptExecution(get):110 - Executing worker wrapper. Airbyte version: 0.40.1
2022-10-28 05:03:34 INFO i.a.c.i.LineGobbler(voidCall):83 - Checking if <http://134983622818.dkr.ecr.eu-central-1.amazonaws.com/airbyte/source-<THESOURCE>:0.1.0|134983622818.dkr.ecr.eu-central-1.amazonaws.com/airbyte/source-<THESOURCE>:0.1.0> exists...
2022-10-28 05:03:34 INFO i.a.c.i.LineGobbler(voidCall):83 - <http://134983622818.dkr.ecr.eu-central-1.amazonaws.com/airbyte/source-<THESOURCE>:0.1.0|134983622818.dkr.ecr.eu-central-1.amazonaws.com/airbyte/source-<THESOURCE>:0.1.0> was found locally.
2022-10-28 05:03:34 INFO i.a.w.p.DockerProcessFactory(create):108 - Creating docker job ID: 321
2022-10-28 05:03:34 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/321/0 --log-driver none --name source-<THESOURCE>-check-321-0-furce --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=true -e AIRBYTE_ROLE= -e WORKER_ENVIRONMENT=DOCKER -WORKER_CONNECTOR_IMAGE=<WORKER_CONNECTOR_IMAGE>.<http://amazonaws.com/airbyte/source-<THESOURCE>:0.1.0|amazonaws.com/airbyte/source-<THESOURCE>:0.1.0> -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_VERSION=0.40.1 -e WORKER_JOB_ID=321 <WORKER_CONNECTOR_IMAGE>.<http://dkr.ecr.eu-central-1.amazonaws.com/airbyte/source-<THESOURCE>:0.1.0|dkr.ecr.eu-central-1.amazonaws.com/airbyte/source-<THESOURCE>:0.1.0> check --config source_config.json
2022-10-28 05:03:39 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):99 - Check succeeded
2022-10-28 05:03:40 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling...
2022-10-28 05:03:40 INFO i.a.w.t.s.a.StreamResetActivityImpl(deleteStreamResetRecordsForJob):37 - deleteStreamResetRecordsForJob was called for job 321 with config type sync. Returning, as config type is not resetConnection.
2022-10-28 05:03:40 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
errors: $.format_type: does not have a value in the enumeration [Avro], $.compression_codec: string found, object expected, $.compression_codec: should be valid to one and only one of the schemas
2022-10-28 05:03:40 INFO i.a.v.j.JsonSchemaValidator(test):71 - JSON schema validation failed.
Yoan Yahemdi
10/31/2022, 1:14 PMMichal Moravik
10/31/2022, 1:26 PM• The Postgres source connector currently does not handle schemas larger than 4MB.What is this size referring to? I hope this does not include the actual data size😄
Tarak dba
10/31/2022, 2:01 PMFrancisco Viera
10/31/2022, 2:04 PMEspoir Murhabazi
10/31/2022, 2:04 PMEspoir Murhabazi
10/31/2022, 2:04 PMZaza Javakhishvili
10/31/2022, 3:14 PMPatrik Deke
10/31/2022, 3:51 PMTarak dba
10/31/2022, 4:06 PM