Kevin Grismore
11/01/2022, 9:24 PMUpsert Records
If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys.The source for my connection is BigQuery, which doesn't have primary keys. Instead I construct a surrogate key field called
id
. However, I can't select a primary key in the connection because the ElasticSearch destination doesn't support Incremental Sync - Deduped History
.Jin Gong
11/01/2022, 10:24 PMJuan Felipe GΓ³mez LΓ³pez
11/01/2022, 10:57 PMGary K
11/02/2022, 5:12 AMMS SQL Server
connector: State code: S0001; Error code: 104467; Message: Enforced unique constraints are not supported. To create an unenforced unique constraint you must include the NOT ENFORCED syntax as part of your statement.
Cain Do
11/02/2022, 6:05 AMirbyte-temporal | {"level":"info","ts":"2022-11-02T06:06:03.169Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/temporal-sys-add-search-attributes-task-queue/3","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-02T06:06:03.169Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/temporal-sys-add-search-attributes-task-queue/3","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal | {"level":"info","ts":"2022-11-02T06:06:03.170Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/temporal-sys-add-search-attributes-task-queue/3","wf-task-queue-type":"Activity","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-02T06:06:03.170Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/temporal-sys-add-search-attributes-task-queue/3","wf-task-queue-type":"Activity","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-cron | 2022-11-02 06:06:04 WARN i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):245 - Ignoring exception while trying to request Temporal namespace:
airbyte-cron | io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: Deadline exceeded after 9.999605457s.
Shivam Kapoor
11/02/2022, 12:05 PMlaila ribke
11/02/2022, 1:05 PMAbhishek Sachdeva
11/02/2022, 1:22 PMDR
11/02/2022, 1:26 PMERROR: Head "<https://registry-1.docker.io/v2/airbyte/init/manifests/0.40.18>": unauthorized: incorrect username or password
work/software/airbyte2/airbyte (master)$ sudo docker-compose up
WARNING: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: The DEPLOYMENT_MODE variable is not set. Defaulting to a blank string.
WARNING: The LOG_CONNECTOR_MESSAGES variable is not set. Defaulting to a blank string.
WARNING: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: The JOB_ERROR_REPORTING_SENTRY_DSN variable is not set. Defaulting to a blank string.
WARNING: The NEW_SCHEDULER variable is not set. Defaulting to a blank string.
WARNING: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
WARNING: The GITHUB_STORE_BRANCH variable is not set. Defaulting to a blank string.
WARNING: The REMOTE_CONNECTOR_CATALOG_URL variable is not set. Defaulting to a blank string.
WARNING: The TEMPORAL_HISTORY_RETENTION_IN_DAYS variable is not set. Defaulting to a blank string.
WARNING: The UPDATE_DEFINITIONS_CRON_ENABLED variable is not set. Defaulting to a blank string.
Creating network "airbyte_default" with the default driver
Creating network "airbyte_airbyte_internal" with the default driver
Creating network "airbyte_airbyte_public" with the default driver
Pulling init (airbyte/init:0.40.18)...
ERROR: Head "<https://registry-1.docker.io/v2/airbyte/init/manifests/0.40.18>": unauthorized: incorrect username or password
Balaji Seetharaman
11/02/2022, 1:36 PMairbyte_cdk.sources.declarative.parsers.undefined_reference_exception.UndefinedReferenceException: Undefined reference definitions.base_requester.url_base from ('definitions', 'retriever', 'url_base')
laila ribke
11/02/2022, 1:44 PMlaila ribke
11/02/2022, 1:44 PMPaul Rus
11/02/2022, 1:52 PMNikita Nazarov
11/02/2022, 3:25 PM0.39.13
to 0.40.17
via helm chart I encounter the following error on server pod:
2022-11-02 15:28:00 INFO c.z.h.HikariDataSource(<init>):80 - HikariPool-2 - Starting...
2022-11-02 15:28:00 INFO c.z.h.HikariDataSource(<init>):82 - HikariPool-2 - Start completed.
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-1 - Before cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-1 - After cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(fillPool):521 - HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled (queueDepth=0).
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-2 - Before cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(logPoolState):414 - HikariPool-2 - After cleanup stats (total=0, active=0, idle=0, waiting=0)
2022-11-02 15:28:00 DEBUG c.z.h.p.HikariPool(fillPool):521 - HikariPool-2 - Fill pool skipped, pool has sufficient level or currently being filled (queueDepth=0).
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Scanning for classpath resources at 'classpath:db/callback' ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Determining location urls for classpath:db/callback using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@7a4f0f29 ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Unable to resolve location classpath:db/callback.
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Scanning for classpath resources at 'classpath:db/callback' ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Determining location urls for classpath:db/callback using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@7a4f0f29 ...
2022-11-02 15:28:01 DEBUG o.f.c.i.l.s.Slf4jLog(debug):33 - Unable to resolve location classpath:db/callback.
2022-11-02 15:22:16 DEBUG i.a.c.h.LogClientSingleton(setWorkspaceMdc):150 - Setting kube workspace mdc
2022-11-02 15:22:16 ERROR i.a.s.ServerApp(main):326 - Server failed
java.lang.IllegalArgumentException: null
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:131) ~[guava-31.1-jre.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validateBase(DefaultS3ClientFactory.java:36) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validate(DefaultS3ClientFactory.java:31) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.<init>(DefaultS3ClientFactory.java:24) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.helpers.CloudLogs.createCloudLogClient(CloudLogs.java:45) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.createCloudClientIfNull(LogClientSingleton.java:164) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.setWorkspaceMdc(LogClientSingleton.java:151) ~[io.airbyte.airbyte-config-config-models-0.40.17.jar:?]
at io.airbyte.server.ServerApp.getServer(ServerApp.java:174) ~[io.airbyte-airbyte-server-0.40.17.jar:?]
at io.airbyte.server.ServerApp.main(ServerApp.java:323) ~[io.airbyte-airbyte-server-0.40.17.jar:?]
2022-11-02 15:22:16 INFO c.z.h.HikariDataSource(close):350 - HikariPool-1 - Shutdown initiated...
Yifei Yin
11/02/2022, 3:25 PMairbyte-server/0.40.17
with airbyte/source-s3/v0.1.25
connector. Couldnβt find similar errors online. airbyte/source-postgres/v1.0.18
suffers from the same issue.
The same issue can be observed when:
Setting up connections,
Refresh source schema,
Adding connectors.
This error happened after docker-compose kill; docker-compose up
. kill
was used after the EC2 container hung for 12 hours running an s3 -> postgres
job, and down
failed multiple times.Zaza Javakhishvili
11/02/2022, 3:29 PMColeman Kelleghan
11/02/2022, 6:23 PMMessage: Normalization failed during the dbt run. This may indicate a problem with the data itself.
2022-11-01 18:56:57 [42mnormalization[0m > 25 of 27 OK created incremental model public.table_ga_session_descriptors_2............................................. [[32mINSERT 0 185295[0m in 59.57s]
2022-11-01 18:56:57 [42mnormalization[0m > Finished running 27 incremental models in 104.87s.
2022-11-01 18:56:57 [42mnormalization[0m > [31mCompleted with 1 error and 0 warnings:[0m
2022-11-01 18:56:57 [42mnormalization[0m > [33mDatabase Error in model table_ga_session_descriptors_1 (models/generated/airbyte_incremental/public/table_ga_session_descriptors_1.sql)[0m
2022-11-01 18:56:57 [42mnormalization[0m > column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text
2022-11-01 18:56:57 [42mnormalization[0m > LINE 4: ...scriptors_1" set "ga_datehourminute__dbt_alter" = "ga_dateho...
2022-11-01 18:56:57 [42mnormalization[0m > ^
2022-11-01 18:56:57 [42mnormalization[0m > HINT: You will need to rewrite or cast the expression.
2022-11-01 18:56:57 [42mnormalization[0m > Done. PASS=26 WARN=0 ERROR=1 SKIP=0 TOTAL=27
2022-11-01 18:56:57 [32mINFO[m i.a.w.p.KubePodProcess(close):737 - (pod: homelander-airbyte-external / normalization-normalize-4-0-aclyw) - Closed all resources for pod
2022-11-01 18:56:57 [32mINFO[m i.a.w.g.DefaultNormalizationWorker(run):82 - Normalization executed in 2 minutes 13 seconds.
2022-11-01 18:56:57 [1;31mERROR[m i.a.w.g.DefaultNormalizationWorker(run):90 - Normalization Failed.
2022-11-01 18:56:57 [32mINFO[m i.a.w.g.DefaultNormalizationWorker(run):95 - Normalization summary: io.airbyte.config.NormalizationSummary@5c90d2f3[startTime=1667328884085,endTime=1667329017823,failures=[io.airbyte.config.FailureReason@52784d4d[failureOrigin=normalization,failureType=system_error,internalMessage=column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@26f99ec5[additionalProperties={attemptNumber=0, jobId=4, from_trace_message=true}],stacktrace=AirbyteDbtError:
20 of 27 ERROR creating incremental model public.table_ga_session_descriptors_1......................................... [[31mERROR[0m in 37.84s]
[33mDatabase Error in model table_ga_session_descriptors_1 (models/generated/airbyte_incremental/public/table_ga_session_descriptors_1.sql)[0m
column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text
LINE 4: ...scriptors_1" set "ga_datehourminute__dbt_alter" = "ga_dateho...
^
HINT: You will need to rewrite or cast the expression.
20 of 27 ERROR creating incremental model public.table_ga_session_descriptors_1......................................... [[31mERROR[0m in 37.84s]
[33mDatabase Error in model table_ga_session_descriptors_1 (models/generated/airbyte_incremental/public/table_ga_session_descriptors_1.sql)[0m
column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text
LINE 4: ...scriptors_1" set "ga_datehourminute__dbt_alter" = "ga_dateho...
^
HINT: You will need to rewrite or cast the expression.,retryable=<null>,timestamp=1667329017641], io.airbyte.config.FailureReason@1be29b24[failureOrigin=normalization,failureType=system_error,internalMessage=column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@41bfd5e1[additionalProperties={attemptNumber=0, jobId=4, from_trace_message=true}],stacktrace=AirbyteDbtError:
20 of 27 ERROR creating incremental model public.table_ga_session_descriptors_1......................................... [[31mERROR[0m in 37.84s]
[33mDatabase Error in model table_ga_session_descriptors_1 (models/generated/airbyte_incremental/public/table_ga_session_descriptors_1.sql)[0m
column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text
LINE 4: ...scriptors_1" set "ga_datehourminute__dbt_alter" = "ga_dateho...
^
HINT: You will need to rewrite or cast the expression.
20 of 27 ERROR creating incremental model public.table_ga_session_descriptors_1......................................... [[31mERROR[0m in 37.84s]
[33mDatabase Error in model table_ga_session_descriptors_1 (models/generated/airbyte_incremental/public/table_ga_session_descriptors_1.sql)[0m
column "ga_datehourminute__dbt_alter" is of type bigint but expression is of type text
LINE 4: ...scriptors_1" set "ga_datehourminute__dbt_alter" = "ga_dateho...
^
HINT: You will need to rewrite or cast the expression.,retryable=<null>,timestamp=1667329017641]]]
2022-11-01 18:56:57 [32mINFO[m i.a.c.i.LineGobbler(voidCall):114 -
2022-11-01 18:56:57 [32mINFO[m i.a.c.i.LineGobbler(voidCall):114 - ----- END DEFAULT NORMALIZATION -----
Is this a problem with how GA is providing the ga_datehourminute values? ThanksJoΓ£o Larrosa
11/02/2022, 6:26 PMEthan Brouwer
11/02/2022, 6:34 PMLeo G
11/02/2022, 8:08 PMBrian Castelli
11/02/2022, 9:23 PMSlackbot
11/02/2022, 9:25 PMagathianspy
11/02/2022, 9:53 PMThomas Xiong
11/02/2022, 11:19 PMdiscover
method locally to help generate a configured_catalog.json
file for local testing without using the UI?Thomas Xiong
11/03/2022, 12:17 AMspec.yaml
donβt show up in the modal. Running main.py spec
works locally, and it looks like the front end is successfully fetching our spec.yaml
does anyone know what might be the issue here?Michael Zhou
11/03/2022, 1:21 AMpython main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json
The linked error was apparently due to the /var/run/docker.sock symlink being missing, but I'm not sure how to resolve it. Any ideas?Oleg Lipunov
11/03/2022, 4:01 AMMax Ferguson
11/03/2022, 4:01 AMPhuc Dinh Minh
11/03/2022, 5:59 AMSiddhant Singh
11/03/2022, 8:46 AM