Vaishnavi Suggu
03/09/2023, 7:56 AMBevis Lin
03/09/2023, 9:03 AMlocal_infile
.
But it's some security issues so we decide disable this feature, is there other way that without local_infile
?Baudouin Fauchier-Magnan
03/09/2023, 9:26 AMsegments.hour
field was added in version 0.2.3, which is great, but it is not in the primary keys when we setup incremental sync. This means that, when applying normalization, for a fixed segments_date
and campaign_id
, the final campaigns table contains only one of the segments_hour
out of the 24 possible (from 0 to 23). I found a workaround by working with the campaigns_scd
table, but if I had not seen this issue I would have been working on wrong data, so I think it's worth the warning here! Is there a planned fix for this issue? Thanks!Vaidehi Khalpada
03/09/2023, 9:44 AMyuan sun
03/09/2023, 9:50 AMMatheus Barbosa
03/09/2023, 11:46 AMRobin
03/09/2023, 1:42 PMRobin
03/09/2023, 1:42 PMRobin
03/09/2023, 1:42 PMPiotr Swinarski
03/09/2023, 1:46 PMgcloud --project=$PROJECT_ID beta compute ssh $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
Claudio Cavallo
03/09/2023, 1:49 PMVaishnavi Suggu
03/09/2023, 2:03 PMPierre CORBEL
03/09/2023, 2:46 PMPriority of Operations
Hello there 👋,
I have 1000+ connectors running on Airbyte but jobs seems never ending.
Very quickly, the source and destination pods are complete but the dbt normalization pod takes hours of delay before triggering.
I think it's because the dbt normalization operation have a low priority so I have to wait for all source / destination to run before launching normalization and finally have successful syncs.
It is a bad UX as it seems to me that syncs are stuck; and at once, out of the blue, they all succeed.
Do you know if we can setup priority of these normalization pod so they launch as soon as the destination is finished?Marco Cabizza
03/09/2023, 3:38 PMAdam Roderick
03/09/2023, 3:57 PMZack Peacock
03/09/2023, 4:05 PMRamon Vermeulen
03/09/2023, 4:16 PMairbyte sql schema version compatibility check failed "temporal". Expected version: 1.6 cannot be greater than Actual version: 1.4
any idea? I'd expect that the bootloader is responsible for upgrading the schema version and doing the migration?Jerri Comeau (Airbyte)
03/09/2023, 4:45 PMNahid Oulmi
03/09/2023, 5:41 PMreduce_request_record_limit()
method should divide the limit by 2 and try again with the limit at 50. But this method does not work with the Activities stream and the limit parameter stays at 100 leading to another API error.Łukasz Aszyk
03/09/2023, 6:00 PMpython main.py check --config secrets/config.json
command and got the right response after running python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json
. Now, after creating the docker image with this command:
docker build . -t airbyte/source-tidsbanken-api:dev --no-cache
and testing it with the command below:
python -m pytest integration_tests -p integration_tests.acceptance
I got one error, that is quite bizarre and is referring to the incorrect primary key, even though I checked three times, it is correct. Any ideas about what am I missing here?Wiktor Żołnierowicz
03/09/2023, 6:36 PMssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)
. Full stacktrace in description. Anyone got any pointers how to deal with that ? Thanks in advance!G Gautam
03/09/2023, 6:39 PMSimon Veerman
03/09/2023, 6:58 PMLihan Li
03/10/2023, 1:29 AM강민기
03/10/2023, 2:29 AMPeter Kong
03/10/2023, 4:15 AMThe Postgres source performs best on small databases (under 100GB).What if my DB is an order of magnitude larger?
yuan sun
03/10/2023, 6:15 AMyuan sun
03/10/2023, 6:42 AMyuan sun
03/10/2023, 6:49 AMAbhishek Bohra
03/10/2023, 7:50 AM