1
0
mirror of synced 2025-12-23 03:47:05 -05:00
Commit Graph

2421 Commits

Author SHA1 Message Date
Gireesh Sreepathi
0cebfbf757 destination-redshift: Fix StackOverflowError with eager rendering of nested jooq function call sql. (#33877)
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
2024-01-03 16:11:38 -04:00
Evan Tahler
785c2f0dbb S3 Destinations: Move partId generation to AtomicInteger (remove UUID file part names) (#33788) 2024-01-03 11:23:52 -08:00
Ofer Mendelevitch
8afdba8330 🎉 New Destination: Vectara (#33616)
Co-authored-by: Tope Folorunso <folorunsotemitope10@gmail.com>
Co-authored-by: Joe Reuter <joe@airbyte.io>
2024-01-03 10:01:56 +01:00
Joe Bell
3fbc900c0d Destinations V2 - Default to Type and Dedupe once at the end of a sync (#33728) 2024-01-02 21:29:22 -04:00
Edward Gao
1d76fd2618 🎉 Destination redshift: reenable T+D optimizations; bigquery+snowflake: bump to latest CDK version (#33704) 2023-12-20 21:09:44 -06:00
Joe Bell
f1099f5b53 🐛 Destination BigQuery - Remove unnecessary temp tables (#33697) 2023-12-20 14:55:45 -08:00
Joe Bell
5b826ecbed Destination Snowflake, BigQuery, JavaCdk - Move Schema Creation out of each table creation (#33124)
Co-authored-by: jbfbell <jbfbell@users.noreply.github.com>
2023-12-20 17:40:49 -04:00
George Manning
0daaa4119b 🐛 Destination Typesense: fix writing multiple streams (#29817)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2023-12-19 09:19:13 -03:00
Gireesh Sreepathi
af4f5ae570 Destination Postgres - fix tests (#33507)
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
Co-authored-by: Edward Gao <edward.gao@airbyte.io>
2023-12-18 17:51:16 -08:00
Edward Gao
f8d3e27fc9 Destination mysql: fix tests + upgrade to latest CDK (#33468)
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
Co-authored-by: Gireesh Sreepathi <gisripa@gmail.com>
2023-12-18 19:36:32 -04:00
Amélie
22caddd357 🐛 Destination Meilisearch: fix incomplete data indexing (#27692)
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2023-12-18 19:22:06 -03:00
Cynthia Yin
677d5c2bf1 📚 Destination Redshift docs - update SUPER limitations (#33546) 2023-12-15 13:40:48 -08:00
Edward Gao
dca6be0778 Destination bigquery: remove unused option from spec? (#33451) 2023-12-14 17:20:44 +00:00
Cynthia Yin
73b7e7bb49 📚 Destinations V2: update data types for BigQuery + Snowflake (#33471) 2023-12-14 00:59:15 +00:00
Edward Gao
d27ea33ffe DV2: Only run T+D if we have zero records or the previous sync left behind un-T+D-ed records (#33232)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2023-12-13 19:47:36 -04:00
Gireesh Sreepathi
4cec59432c Move common implementation to base implementation (#33369)
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
2023-12-13 14:33:29 -08:00
Joe Reuter
6dff143e1d Vector DB Destinations: Update CDK (#33303) 2023-12-13 11:17:02 +01:00
Edward Gao
bedfd216cb Destination redshift v2: fix migration + add test (#33367) 2023-12-12 18:22:49 -04:00
Edward Gao
2ffaef186f DV2: publish cdk + redshift (#33335) 2023-12-12 16:31:10 -04:00
Edward Gao
382463764c Destination redshift dv2: Update type mapping (#33307) 2023-12-11 15:57:46 -04:00
Joe Reuter
e2789b4f03 Update docusaurus to 3 (#33041) 2023-12-11 17:03:18 +01:00
Edward Gao
a9b1e8d483 Destinations bigquery+snowflake+s3: Chore: upgrade CDK version (#33263)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2023-12-08 18:24:18 -04:00
Evan Tahler
7a021a0870 destination-s3: update configs with common defaults (#33264) 2023-12-08 12:01:27 -08:00
Cynthia Yin
8c592fec4d Destination BigQuery: bump version (follow-up) (#33259) 2023-12-08 11:49:03 -08:00
Joe Reuter
e48355062e Weaviate: Normalize property names (#33218)
Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-12-08 16:09:14 +01:00
Cynthia Yin
6a643629d3 Destinations V2 in Redshift - Opt in beta (#32326)
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
Co-authored-by: Edward Gao <edward.gao@airbyte.io>
Co-authored-by: edgao <edgao@users.noreply.github.com>
Co-authored-by: cynthiaxyin <cynthiaxyin@users.noreply.github.com>
Co-authored-by: Gireesh Sreepathi <gisripa@gmail.com>
Co-authored-by: gisripa <gisripa@users.noreply.github.com>
Co-authored-by: Ben Church <ben@airbyte.io>
Co-authored-by: Evan Tahler <evan@airbyte.io>
Co-authored-by: Gireesh Sreepathi <gireesh@airbyte.io>
2023-12-07 19:19:09 -06:00
Evan Tahler
681a511365 Remove destination-bigquery-denormalized docs (#33129) 2023-12-05 15:36:23 -08:00
Evan Tahler
95a8e42a4b T&D SQL statements moved to debug log level (#33084)
Co-authored-by: evantahler <evantahler@users.noreply.github.com>
2023-12-04 21:11:02 -04:00
Edward Gao
7863298966 Destination bigquery: further increase gcs COPY timeout (#33078) 2023-12-04 16:34:50 -08:00
Joe Reuter
e7f8165683 Vector DB destinations: Add omit_raw_text flag and increase code reuse (#32697)
Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-12-04 17:45:04 +01:00
Elena Felder
d0eb0ce5ba Destination DuckDB: upgrade to duckdb v0.9.2 (#32635) 2023-11-30 15:38:46 -08:00
Edward Gao
6864074a30 Destination redshift: async standard inserts (#32888)
Co-authored-by: edgao <edgao@users.noreply.github.com>
Co-authored-by: Ben Church <ben@airbyte.io>
2023-11-30 12:54:42 -04:00
Joe Reuter
8f7abc2cc0 S3, Azure Blob Storage, GCS, Weviate, Milvus, Chroma, Qdrant: Bump cdk version (#32608)
Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-11-30 09:48:18 +01:00
Edward Gao
0536e89170 Destination snowflake: update docs to reflect that we removed s3/gcs staging (#32887) 2023-11-28 14:48:53 -08:00
andreaslillebo
1a0a9dc8e4 Destination Google Sheets: Add instructions for Airbyte OSS (#32044) 2023-11-27 10:03:47 -06:00
Tim Roes
c5db1e947b 📚 Documentation November 2023 overhaul (#32811)
Co-authored-by: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com>
Co-authored-by: timroes <timroes@users.noreply.github.com>
Co-authored-by: nataliekwong <nataliekwong@users.noreply.github.com>
2023-11-26 11:57:38 -08:00
Natalie Kwong
e94501b87b Update Cloud Docs (#32539) 2023-11-17 14:29:32 -08:00
Joe Reuter
6d54a5dc72 Vector DBs: Mention langchain in docs (#32501) 2023-11-17 19:18:24 +01:00
Joe Reuter
9d1a4ba04e Deprecate langchain destination (#32455) 2023-11-17 14:51:49 +01:00
Evan Tahler
0e166ebd24 Async Destinations - Make debug messages less scary (#32526) 2023-11-15 15:32:48 -04:00
Joe Reuter
b3396626ee S3, Azure Blob Storage, GCS, Pinecone, Weaviate, Milvus, Chroma, Qdrant: Update CDK to improve spec generation (#32357)
Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-11-14 16:53:27 +01:00
Edward Gao
a79fb06f8a Destination bigquery error grouping: even more fixes (#32468)
Co-authored-by: edgao <edgao@users.noreply.github.com>
2023-11-13 20:04:33 -04:00
Edward Gao
53bbac8656 Destination Bigquery docs: Clarify service account usage (#18642) 2023-11-13 19:48:04 +00:00
Joe Reuter
e7a1972a71 Milvus: Auto-create collection if it doesn't exist and improve working with existing collections (#32262)
Co-authored-by: flash1293 <flash1293@users.noreply.github.com>
2023-11-09 17:57:02 +01:00
Joe Reuter
a34e3375d7 Pinecone: Improve error messages and unit test coverage, Weaviate: Improve unit test coverage (#32292) 2023-11-09 16:59:07 +01:00
Evan Tahler
4d5d259fb6 Destination BigQuery - remove file_buffer_count (#32234)
Co-authored-by: evantahler <evantahler@users.noreply.github.com>
2023-11-08 20:03:47 -04:00
Stephane Geneix
49043b570f 🐛 📝 re-update all connectors for new CDK version and more stringent javac checks (#32125) 2023-11-08 18:21:14 -04:00
Natalie Kwong
4f9b877bee Update Google Sheets recommendations (#32283) 2023-11-08 13:06:39 -08:00
Edward Gao
c5d183bce4 Destination bigquery: revert typed config object (#32309) 2023-11-08 13:10:37 -06:00
Gireesh Sreepathi
6e10ee3051 Destination Bigquery: Replace usages of untyped JsonNode with Typed execution config (#32147)
Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
Co-authored-by: gisripa <gisripa@users.noreply.github.com>
Co-authored-by: Marius Posta <marius@airbyte.io>
2023-11-08 09:35:57 -08:00