1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Commit Graph

276 Commits

Author SHA1 Message Date
Akash Kulkarni
ee6b1a0ee6 [source-postgres] : Add retries back to the DBZ connector (#35904) 2024-03-11 15:31:43 -07:00
Xiaohan Song
1bb7a1c0bb [source-postgres] State counter on postgres (#34724)
Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
Co-authored-by: Joe Bell <joseph.bell@airbyte.io>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: SatishChGit <satishchinthanippu@gmail.com>
Co-authored-by: evantahler <evan@airbyte.io>
Co-authored-by: Rodi Reich Zilberman <867491+rodireich@users.noreply.github.com>
Co-authored-by: Joe Reuter <joe@airbyte.io>
Co-authored-by: Catherine Noll <clnoll@users.noreply.github.com>
Co-authored-by: Anton Karpets <anton.karpets@globallogic.com>
Co-authored-by: Christo Grabowski <108154848+ChristoGrab@users.noreply.github.com>
Co-authored-by: Akash Kulkarni <akash@airbyte.io>
Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
Co-authored-by: Gireesh Sreepathi <gisripa@gmail.com>
Co-authored-by: Artem Inzhyyants <36314070+artem1205@users.noreply.github.com>
Co-authored-by: Ella Rohm-Ensing <erohmensing@gmail.com>
Co-authored-by: Daryna Ishchenko <80129833+darynaishchenko@users.noreply.github.com>
Co-authored-by: Baz <oleksandr.bazarnov@globallogic.com>
Co-authored-by: Patrick Nilan <nilan.patrick@gmail.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
Co-authored-by: Marius Posta <marius@airbyte.io>
Co-authored-by: Chandler Prall <chandler.prall@gmail.com>
Co-authored-by: pmossman <pmossman@users.noreply.github.com>
Co-authored-by: Anatolii Yatsuk <35109939+tolik0@users.noreply.github.com>
Co-authored-by: Cole Snodgrass <cole@airbyte.io>
Co-authored-by: Anatolii Yatsuk <tolikyatsuk@gmail.com>
Co-authored-by: bgroff <bgroff@users.noreply.github.com>
Co-authored-by: Maxime Carbonneau-Leclerc <3360483+maxi297@users.noreply.github.com>
Co-authored-by: Ryan Waskewich <156025126+rwask@users.noreply.github.com>
Co-authored-by: maxi297 <maxi297@users.noreply.github.com>
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com>
Co-authored-by: Håkon Åmdal <hakon@aamdal.com>
Co-authored-by: Roman Yermilov [GL] <86300758+roman-yermilov-gl@users.noreply.github.com>
Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: Lake Mossman <lake@airbyte.io>
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>
Co-authored-by: Subodh Kant Chaturvedi <subodh1810@gmail.com>
Co-authored-by: Stephane Geneix <147216312+stephane-airbyte@users.noreply.github.com>
Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Edward Gao <edward.gao@airbyte.io>
Co-authored-by: nguyenaiden <duy@airbyte.io>
Co-authored-by: Natalie Kwong <38087517+nataliekwong@users.noreply.github.com>
Co-authored-by: terencecho <3916587+terencecho@users.noreply.github.com>
Co-authored-by: Alex Birdsall <ambirdsall@gmail.com>
2024-03-07 13:45:26 -04:00
Akash Kulkarni
4fcff41901 [Source-postgres]: Add logging in case of multiple records with same LSN (#35842) 2024-03-06 21:09:44 -04:00
Akash Kulkarni
ae39cbe82f Fix error message for saved offset not valid. (#35675) 2024-02-27 17:54:30 -04:00
Marius Posta
407cba86a5 source-postgres: bump patch version following #35569 (#35572)
Co-authored-by: Stephane Geneix <stephane@airbyte.io>
2024-02-23 00:23:14 -04:00
Akash Kulkarni
0bf645cffd [Source-Postgres] : Add config to throw an error on invalid CDC position (#35304) 2024-02-20 10:27:55 -08:00
Akash Kulkarni
5bab3df367 Add airbyte trace utility to emit analytics messages & emit messages for MongoDB, Postgres & MySQL (#35036) 2024-02-13 19:10:38 -04:00
Marius Posta
edcd5ed8a4 source-postgres: adopt CDK 0.20.4 (#35224) 2024-02-13 11:56:23 -08:00
Marius Posta
7ff484868f source-postgres: adopt cleaned-up cdk (#34751) 2024-02-09 11:41:39 -08:00
Akash Kulkarni
e6fff38310 [source-postgres] : Provide option to advance LSN (#34781) 2024-02-08 12:13:12 -08:00
Stephane Geneix
e7dc82c0c7 make exclusive containers first class citizens (#34892)
Co-authored-by: Marius Posta <marius@airbyte.io>
2024-02-07 14:00:41 -08:00
Subodh Kant Chaturvedi
6e4ed761d0 db-sources-java-cdk: fix logic to calculate the state stats count in db sources iterator (#34948) 2024-02-08 02:01:16 +05:30
Akash Kulkarni
38d48d2daf Bump source-mysql and source-postgres to cdk version 0.16.3 (#34723) 2024-02-01 13:45:16 -04:00
Marius Posta
6f0fd7a2b9 refactor debezium harness in CDK, push connector-specific logic down to connectors (#34573) 2024-01-27 14:05:47 -06:00
Xiaohan Song
99622315a6 🐛Source Postgres: xmin query should only happen if user chose that mode (#34465) 2024-01-24 14:16:25 -08:00
Marcos Marx
6d73558210 Docs: update Postgres source add info about what is going to be replicated (#34362) 2024-01-18 20:19:58 -03:00
Marius Posta
ff81b95ecc java cdk: remove wal2json support (#34119) 2024-01-10 12:14:40 -08:00
Subodh Kant Chaturvedi
b3cb243660 postgres-source: remove LEGACY state flag (#33437) 2023-12-19 23:47:49 +05:30
Akash Kulkarni
b05e985a00 [Source-postgres] : Advance Postgres LSN for PG 14 & below (#33605) 2023-12-19 08:18:50 -08:00
Akash Kulkarni
f827af10be [Part 1 ] : Hackday project to debug connections (#33027)
Co-authored-by: akashkulk <akashkulk@users.noreply.github.com>
2023-12-11 17:21:50 -08:00
Akash Kulkarni
c73e75161d source-postgres : Bump DBZ default time to 1200 sec (#32961)
Co-authored-by: akashkulk <akashkulk@users.noreply.github.com>
2023-11-30 09:40:33 -08:00
Akash Kulkarni
e11d765cb8 Better attribution of DBZ closing reason (#32686) 2023-11-28 21:04:00 -04:00
Marius Posta
23f3b6c570 source-postgres: fix useLocalCdk = true (#32891) 2023-11-28 12:38:21 -08:00
Marius Posta
d97a399a24 source-mysql, source-mssql: parallelize test execution (#32772)
Co-authored-by: postamar <postamar@users.noreply.github.com>
2023-11-27 12:49:06 -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
Stephane Geneix
3f42418c15 🐛 📝 don't missparse +/-infinity in postgres-source (#31856) 2023-11-09 18:33:44 +00:00
Stephane Geneix
a2f8eec7f8 update CDK to 0.4.1 (#32193) 2023-11-04 09:53:08 -04:00
Marius Posta
61c24c97ed source-postgres: use CDK 0.4.0 (#32173) 2023-11-03 14:29:26 -07:00
Marcos Marx
fbf391c87c Fix typo (Airbtye => Airbyte) (#29038)
Co-authored-by: Przemysław Dąbek <373530+szemek@users.noreply.github.com>
Co-authored-by: Marius Posta <marius@airbyte.io>
2023-11-03 14:10:57 +00:00
Akash Kulkarni
b08b09d7ea source-postgres : Bump deebezium version 2.2.0 -> 2.4.0 (#32068)
Co-authored-by: akashkulk <akashkulk@users.noreply.github.com>
Co-authored-by: Marius Posta <marius@airbyte.io>
2023-11-01 13:15:43 -07:00
Marius Posta
bc78d2138c java CDK, source-postgres: speed up tests involving debezium (#31976)
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
2023-10-31 09:04:41 -07:00
Marius Posta
7cd8020ac8 java CDK: hoist top-level gradle projects into CDK (#31960)
Co-authored-by: postamar <postamar@users.noreply.github.com>
2023-10-30 12:03:06 -07:00
Stephane Geneix
412da024ac 🐛 📝 actually fix postgres standby error message by using the latest CDK (#31804)
Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
2023-10-25 15:01:12 -07:00
Akash Kulkarni
52520d01ce Migrate source-postgres-strict-encrypt logic into source-postgres and make it the default cloud image (#31486)
Co-authored-by: Ben Church <ben@airbyte.io>
Co-authored-by: akashkulk <akashkulk@users.noreply.github.com>
2023-10-18 12:39:08 -07:00
Duy Nguyen
896fa4bafd [Source-Postgres] Update PostgresConverter to correctly stringify BigDecimals without scientific notation (#31309) 2023-10-13 10:11:35 -07:00
Rodi Reich Zilberman
12692cefbe 🐛 Update initial load query for old postgres to return a defined order … (#31328)
Co-authored-by: rodireich <rodireich@users.noreply.github.com>
2023-10-12 16:40:31 -07:00
Rodi Reich Zilberman
7e92375438 bump cdk version for postgres, mysql sources (#31322) 2023-10-12 10:38:54 -07:00
Rodi Reich Zilberman
3d9578fdac Cap each log field (message, stacktrace) to max 32K characters (#30806)
Co-authored-by: rodireich <rodireich@users.noreply.github.com>
2023-10-11 13:34:53 -07:00
Marius Posta
8a22cf9082 🐛 source-postgres: fix jsonb[] handling bug (#30534) 2023-09-26 09:59:59 -07:00
Rodi Reich Zilberman
a876e60d08 29779 source postgres slow ctid read seen on customer connection (#30125)
Co-authored-by: subodh <subodh1810@gmail.com>
Co-authored-by: subodh1810 <subodh1810@users.noreply.github.com>
Co-authored-by: rodireich <rodireich@users.noreply.github.com>
2023-09-20 18:16:01 -05:00
Subodh Kant Chaturvedi
47e01208be postgres-source: validate filenode before processing each ctid chunk (#29672)
Co-authored-by: subodh1810 <subodh1810@users.noreply.github.com>
2023-09-06 11:30:49 -05:00
Lake Mossman
b19ed6d8b3 Support display_type property for oneOf fields and adjust CDC connectors to use it (#29821)
Co-authored-by: lmossman <lmossman@users.noreply.github.com>
2023-08-31 12:19:02 -05:00
Tim Roes
9fd433b857 Cleanup IP addresses in docs (#29975)
Co-authored-by: timroes <timroes@users.noreply.github.com>
2023-08-31 15:59:05 +02:00
Tyler B
65e23ca627 Update postgres.md with detail about xmin (#29792) 2023-08-25 08:14:06 -04:00
Marius Posta
a26a4add26 Allow configuring "options=" in source-postgres jdbc url (#29534) 2023-08-23 13:12:21 -05:00
Aaron ("AJ") Steers
d094b152c9 Java CDK 'no-op': v0.0.1 (#28687)
Co-authored-by: aaronsteers <aaronsteers@users.noreply.github.com>
Co-authored-by: Conor <cpdeethree@users.noreply.github.com>
Co-authored-by: cpdeethree <conor@airbyte.io>
Co-authored-by: Augustin <augustin@airbyte.io>
Co-authored-by: Joe Bell <joseph.bell@airbyte.io>
2023-08-21 14:01:32 -05:00
Alexandre Cuoci
86ba823234 improvements to postgres + cloudsql docs (#29415) 2023-08-14 17:20:50 -04:00
Alexandre Cuoci
8aa66790d5 fix postgres docs broken links (#29317)
* fixes to postgres docs

* no relative links

* Update docs/integrations/sources/postgres.md
2023-08-10 11:20:53 -04:00
Alexandre Cuoci
cfc6834a2e postgres docs update & improvements (#29295)
* postgres docs update & improvements

* remove extra postgres entry

* Updated xmin point to link.

---------

Co-authored-by: Prateek Mukhedkar <prateek@airbyte.io>
2023-08-09 16:11:20 -04:00
Evan Tahler
9210547af5 [Docs] No Deduped + Hostory, Append + Deduped is the future! (#29114)
* [Docs] No `Deduped + Hostory`, `Append + Deduped` is the future!

* fix links
2023-08-08 15:07:49 -07:00