Andrzej Lewandowski
11/03/2022, 9:34 AMlaila ribke
11/03/2022, 10:49 AMRahul Borse
11/03/2022, 12:16 PMDany Chepenko
11/03/2022, 12:46 PM2022-11-03 12:39:00 ERROR i.a.w.i.DefaultAirbyteStreamFactory(internalLog):113 - Check failed
Shivam Kapoor
11/03/2022, 12:59 PMDudu Vaanunu
11/03/2022, 1:22 PMMonika Bednarz
11/03/2022, 1:24 PMPierre Kerschgens
11/03/2022, 1:40 PMCREATE
*TABLE* public.task_events (
id serial4
NOT
*NULL*,
task_id int4
*NULL*,
event_name *varchar*(20) *NULL*,
ts timestamp
NOT
*NULL*,
*CONSTRAINT* task_events_pkey *PRIMARY*
*KEY* (id)
);
CREATE
*INDEX* ix_task_events_task_id *ON* public.task_events *USING* btree (task_id);
CREATE
*INDEX* ix_task_events_ts *ON* public.task_events *USING* btree (ts);
When I obtain the jsonschema from Airbyte API I receive these types (looking good to me):
print(json_schema['properties']['id'])
{'type': 'number', 'airbyte_type': 'integer'}
print(json_schema['properties']['ts'])
{'type': 'string', 'format': 'date-time', 'airbyte_type': 'timestamp_without_timezone'}
print(json_schema['properties']['task_id'])
{'type': 'number', 'airbyte_type': 'integer'}
print(json_schema['properties']['event_name'])
{'type': 'string'}
Now I check the .parquet files written to S3 by Airbyte in AWS Glue and it has these types:
id double
ts struct
task_id double
event_name string
So I guess the S3/Parquet destination converted id and task_id to double instead of int
This leads to IDs like this “4.2108168E7” instead of this “42108168"
I hope someone can help with this.
Thanks in advance! 🙂dandpz
11/03/2022, 1:44 PMGET_SALES_AND_TRAFFIC_REPORT
. Using Full refresh
sync mode it fails for timeout, if I set it to Incremental append
it works.
According to Amazon documentation reports may take up to a week to populate data after a reporting periods closes, so with cursor field set to queryEndDate
some data are missing.
Does anyone happened to face this issue?
Thank you in advance for your help 🙂Louis DAUVOIS
11/03/2022, 2:03 PMLeo G
11/03/2022, 2:14 PMLeo G
11/03/2022, 2:15 PMZaza Javakhishvili
11/03/2022, 2:46 PMManitra Ranaivoharison
11/03/2022, 3:13 PMVarun Jain
11/03/2022, 4:40 PMJoão Larrosa
11/03/2022, 8:41 PMRobert Put
11/03/2022, 9:03 PMMarlon Gómez
11/03/2022, 10:00 PM/tmp/airbyte_local
), what is the path inside the destination container?Boopaathy r s
11/03/2022, 10:11 PMError 404
, but the same is working fine when trying using localhost, I did port-forwarding using kubectl port-forward
. any help to fix this issue is appreciated.le Minh Nguyen
11/04/2022, 7:42 AMTraceback (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 123, in launch
for message in source_entrypoint.run(parsed_args):
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/entrypoint.py", line 96, in run
check_config_against_spec_or_exit(connector_config, source_spec)
File "/usr/local/lib/python3.9/site-packages/airbyte_cdk/sources/utils/schema_helpers.py", line 160, in check_config_against_spec_or_exit
raise Exception("Config validation error: " + validation_error.message) from None
Exception: Config validation error: '****' is not of type 'integer'
I followed every step except naming App name airbyte-source
. not sure if this is related?Sebastian Brickel
11/04/2022, 9:08 AMThe connection tests failed.
"Unable to connect to Google Search Console API with the provided credentials - KeyError('siteEntry')"
I found this thread: Google Search Console - Service Account Key Authentication Failure
However it is with regards to version 0.1.16, so hopefully this error was fixed.
Anyone who has experience here, who is willing to aid me?Julien Calderan
11/04/2022, 10:00 AMCharles Verleyen
11/04/2022, 10:04 AMShanmuga Priyan
11/04/2022, 11:06 AMokasaka
11/04/2022, 11:17 AMairbyte-worker | 2022-11-04 10:46:08 INFO i.a.c.i.LineGobbler(voidCall):114 -
airbyte-worker | 2022-11-04 10:46:08 INFO i.a.c.i.LineGobbler(voidCall):114 - ----- START CHECK -----
airbyte-worker | 2022-11-04 10:46:08 INFO i.a.c.i.LineGobbler(voidCall):114 -
airbyte-worker | 2022-11-04 10:46:08 INFO i.a.c.i.LineGobbler(voidCall):114 - Checking if airbyte/source-file:0.2.28 exists...
airbyte-worker | 2022-11-04 10:46:08 INFO i.a.c.i.LineGobbler(voidCall):114 - airbyte/source-file:0.2.28 was found locally.
・・・
airbyte-worker | 2022-11-04 10:46:11 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):117 - Checking access to <gs://source> csv about 200MB :)
and about 30s later,
It gives me a "Non-Json response" error in airbyte's gui.
but, not happened error in log. checking access continues.
・・・
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:51.313Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/1","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:51.313Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/1","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:51.342Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/3","wf-task-queue-type":"Activity","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:51.343Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/DISCOVER_SCHEMA/3","wf-task-queue-type":"Activity","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:51.390Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/SYNC/3","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:51.390Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/SYNC/3","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:52.350Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/1","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:52.350Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/CONNECTION_UPDATER/1","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:52.424Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Workflow","lifecycle":"Starting","logging-call-at":"taskQueueManager.go:238"}
airbyte-temporal | {"level":"info","ts":"2022-11-04T10:47:52.424Z","msg":"none","service":"matching","component":"matching-engine","wf-task-queue-name":"/_sys/GET_SPEC/3","wf-task-queue-type":"Workflow","lifecycle":"Started","logging-call-at":"taskQueueManager.go:242"}
airbyte-cron | 2022-11-04 10:48:01 INFO i.a.c.s.DefinitionsUpdater(updateDefinitions):54 - Connector definitions update disabled.
airbyte-server | 2022-11-04 10:48:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.25.0.6 GET 200 /api/v1/health
・・・
finally, checking access was succeeded.
airbyte-worker | 2022-11-04 10:48:43 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):117 - Check succeeded
airbyte-worker | 2022-11-04 10:48:43 INFO i.a.w.t.TemporalAttemptExecution(get):162 - Stopping cancellation check scheduling...
airbyte-worker | 2022-11-04 10:48:43 INFO i.a.c.i.LineGobbler(voidCall):114 -
airbyte-worker | 2022-11-04 10:48:43 INFO i.a.c.i.LineGobbler(voidCall):114 - ----- END CHECK -----
airbyte-worker | 2022-11-04 10:48:43 INFO i.a.c.i.LineGobbler(voidCall):114 -
but, new source didn't register in Sources because Airbyte probably misunderstood by error ("Non-Json response" error.)Aazam Thakur
11/04/2022, 11:28 AMBerzan Yildiz
11/04/2022, 11:34 AMEspoir Murhabazi
11/04/2022, 12:03 PMEspoir Murhabazi
11/04/2022, 12:04 PMDatabase Error in model AD_UNIT_PER_REFERRER_REPORT_STREAM_SCD (models/generated/airbyte_incremental/scd/GOOGLE_AD_MANAGER/AD_UNIT_PER_REFERRER_REPORT_STREAM_SCD.sql)
000904 (42000): SQL compilation error: error line 36 at position 31
invalid identifier 'AD_UNIT_ID'
Espoir Murhabazi
11/04/2022, 12:04 PM