Paul Houghton
09/04/2024, 2:46 PMDhinesh Balakrishnan
09/04/2024, 3:46 PMRenat Zubayrov
09/04/2024, 3:58 PMjava.text.ParseException: Unparseable date: "2024-03-04".
(detailed stacktrace in thread) however what is strange this date is a start-date that I configured for connector, not the date I receive from Netsuite object. Can it be that it's an issue in Python CDK?Berwin Rayen
09/04/2024, 4:05 PMuser
09/04/2024, 5:28 PM_id
and the data in a data
blob.
Option one (schema enforced syncs) work well for MongoDB collections with similar-ish properties on all objects. If you have a collection with differently shaped objects, sampling will likely miss some properties.
A third option was presented in #42862, which would be to allow users with varying objects in the collection to provide a schema they want to use for the sync (e.g. via a JSONSchema document).
Are you interested in Airbyte's MongoDB providing this new "describe your schema explicitly" option for schema-aware syncs?
airbytehq/airbyteuser
09/04/2024, 7:49 PMSuresh Antony
09/04/2024, 7:59 PMhubspot
contacts
to big query. We are using incremenal| Append Dedup
First day we got almost all records. After that we are seeing missing records and duplicate records. Any one face this issue ?Danton Bertuol
09/04/2024, 8:12 PMPranay Mule
09/05/2024, 6:38 AMFaraz Ashraf
09/05/2024, 7:13 AMJon Seymour
09/05/2024, 8:03 AMPranay Mule
09/05/2024, 8:52 AMKrishna Channa
09/05/2024, 9:55 AMJames N
09/05/2024, 10:00 AMDu Trần
09/05/2024, 10:01 AMGabriele Cacchioni
09/05/2024, 11:58 AMMaximilian Hein
09/05/2024, 12:35 PMhost.docker.internal:8000
) is unreachable (Max retries exceeded
), but I’m not sure why this is happening as everything is set up similiar to how it is explained here: Airflow & Airbyte: Better Together .
Any ideas on what might be going wrong or things I could check? Appreciate any pointers!Josh Lee
09/05/2024, 12:37 PMAndrei Delcea
09/05/2024, 2:06 PMapi/v1/instance_configuration/setup
it also throws 403 on route /api/v1/users/get
my config is:
location / {
proxy_pass <http://localhost:8000>;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Cookie $http_cookie;
proxy_pass_request_headers on;
proxy_pass_header Accept;
proxy_pass_header Server;
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
proxy_set_header ns_server-ui yes;
proxy_read_timeout 3600;
proxy_send_timeout 3600;
}
Shay Dahan
09/05/2024, 2:49 PMNarayan Zeermire
09/05/2024, 5:18 PMuser
09/05/2024, 6:10 PMAngela Ashe
09/05/2024, 8:12 PMuser
09/05/2024, 10:36 PMAbdullah Uddin
09/06/2024, 2:51 AMMukund Yadav
09/06/2024, 6:42 AMPatricio Villanueva
09/06/2024, 7:09 AMPaul Houghton
09/06/2024, 8:19 AM