James Salmon
03/31/2023, 10:36 PMShreepad Khandve
03/31/2023, 11:59 PMSam Stoelinga
04/01/2023, 1:58 AMScott Chua
04/01/2023, 1:59 AMmonthly
and all_days
, which return aggregates by calendar month and all time, respectively.
Updating the API connection in spec
is straightforward enough, but the tricky part is updating stream_slices
. The cursor seems to rely on Pendulum’s range
function all the way down, and range
doesn’t allow iterating over calendar months.
Wondering if other connectors have successfully implemented incremental sync by calendar months, or otherwise any thoughts on this issue! Much appreciated 🙏Sam Stoelinga
04/01/2023, 2:14 AMAnupam Kumar
04/01/2023, 5:31 AMPankaj
04/01/2023, 5:14 PMRishikesh Srinivas
04/02/2023, 12:15 PMvaibhav rai
04/03/2023, 5:55 AMTheo Sjöstedt
04/03/2023, 8:16 AMAbdullah Alhabshan
04/03/2023, 8:21 AMSergei Kapochkin
04/03/2023, 9:28 AMSimon Thelin
04/03/2023, 9:32 AMoctavia
or the airbyte api
?
I can’t seem to find it in the docs.
Is this what I should use? https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/sync
When I try this I get
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
Is there a requirement on airbyte
version for this to work?Anusha
04/03/2023, 9:53 AMSanjeev
04/03/2023, 11:18 AM2023-04-03 10:31:22 [32mINFO [m i.a.w.p.DockerProcessFactory(create):175 - Preparing command: docker run --rm --init -i -w /data/4/0/normalize --log-driver none --name normalization-redshift-normalize-4-0-shzvg --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e AIRBYTE_VERSION=0.42.1 airbyte/normalization-redshift:0.4.0 run --integration-type redshift --config destination_config.json --catalog destination_catalog.json
2023-04-03 10:31:23 [32mINFO [m i.a.w.n.DefaultNormalizationRunner(close):194 - Terminating normalization process...
2023-04-03 10:31:23 [42mnormalization [0m > [FATAL tini (7)] exec /airbyte/entrypoint.sh failed: Exec format error
2023-04-03 10:31:23 [1;31mERROR [m i.a.w.g.DefaultNormalizationWorker(run):86 - Normalization failed for job 4.
There is an error I am facing when airbyte tries to do the normalization. I am running on ARM64 if that helpsJana Kniel
04/03/2023, 12:08 PMAlgis Setkus
04/03/2023, 1:26 PMPablo Morales
04/03/2023, 1:54 PMVrushali Ghodake
04/03/2023, 2:19 PMDharshan Viswanathan
04/03/2023, 2:37 PMJusten Walker
04/03/2023, 3:14 PMDennis Setiawan
04/03/2023, 3:38 PMsubhani shaik
04/03/2023, 3:52 PMAsafe Almeida De Oliveira
04/03/2023, 5:53 PM[DEPRECATED] Marcos Marx
Marcos Marx (Airbyte)
04/03/2023, 7:17 PMVivek PG
04/03/2023, 8:29 PM2023-04-03 14:30:50 INFO i.a.w.g.DefaultNormalizationWorker(run):97 - Normalization executed in 1 minute 52 seconds for job 74.
2023-04-03 14:30:50 INFO i.a.w.g.DefaultNormalizationWorker(run):109 - Normalization summary: io.airbyte.config.NormalizationSummary@68451c53[startTime=1680532138900,endTime=1680532250986,failures=[io.airbyte.config.FailureReason@10f977c2[failureOrigin=normalization,failureType=system_error,internalMessage=syntax error at or near "user"
LINE 94: drop column user,,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@7c6f746a[additionalProperties={attemptNumber=0, jobId=74, from_trace_message=true}],stacktrace=AirbyteDbtError:
59 of 366 ERROR creating incremental model public.issues................................................................ [ERROR in 1.21s]
Database Error in model issues (models/generated/airbyte_incremental/public/issues.sql)
syntax error at or near "user"
LINE 94: drop column user,
^
Anyone knows what the issue is?
im not able to find this file too
"models/generated/airbyte_incremental/public/issues.sql"Lucas Wiley
04/03/2023, 8:32 PMTEMPORAL_HISTORY_RETENTION_IN_DAYS
in the .env
but unclear to me if this will impact the minio...Luis Gomez
04/03/2023, 9:16 PMFred Manley
04/04/2023, 1:18 AM