1
0
mirror of synced 2025-12-25 20:04:10 -05:00
Commit Graph

1238 Commits

Author SHA1 Message Date
tolik0
81ce6f234b 🤖 minor bump Python CDK to version 5.17.0 2024-10-28 12:06:44 +00:00
Anatolii Yatsuk
fb769bd0a0 feat(airbyte-cdk): Add Per Partition with Global fallback Cursor (#45125) 2024-10-28 14:03:41 +02:00
Guen Prawiroatmodjo
89a1283bb0 Fix: MotherDuck destination was not passing MotherDuck API key to SQL processor (#47380) 2024-10-25 13:11:07 -07:00
lmossman
4bcabd4968 🤖 minor bump Python CDK to version 5.16.0 2024-10-23 22:54:49 +00:00
Lake Mossman
b590a21629 return better structured error logs to connector builder (#46963) 2024-10-23 15:49:50 -07:00
aaronsteers
82d3561e7b 🤖 minor bump Python CDK to version 5.15.0 2024-10-23 05:12:57 +00:00
Aaron ("AJ") Steers
8d6a7aa220 Python-CDK: Add CDK sql module for new MotherDuck destination (#47260)
Co-authored-by: Guen Prawiroatmodjo <guen@motherduck.com>
2024-10-22 22:09:08 -07:00
pnilan
b1c586cfb5 🤖 patch bump Python CDK to version 5.14.1 2024-10-23 00:10:07 +00:00
Patrick Nilan
15da7f20dd [airbyte-cdk] - Update HttpClient to call authenticator on backoff retry attempts in HttpClient._send (#47191) 2024-10-22 17:05:53 -07:00
Patrick Nilan
ccded4f9d7 [airbyte-cdk] fix backtick-omitted text in CDK changelog (#47251) 2024-10-22 19:27:34 +00:00
tolik0
c9670af5b8 🤖 minor bump Python CDK to version 5.14.0 2024-10-18 13:24:42 +00:00
Anatolii Yatsuk
569ed5c45a fix(airbyte-cdk): Fix yielding parent records in SubstreamPartitionRouter (#46918) 2024-10-18 16:19:29 +03:00
Augustin
0d6cf1bdc9 Upgrade to Dagger 0.13 (#46923)
## What
<!--
* Describe what the change is solving. Link all GitHub issues related to this change.
-->
Upgrade from dagger 0.9.6 to dagger 0.13

## How
<!--
* Describe how code changes achieve the solution.
-->
* change behavior of `with_exec()`. The `skip_entrypoint` keyword arg has been changed to an opposite kwarg: `use_entrypoint`
* The `pipeline()` function has been removed. Remove its use.

## How will I deem the update stable
* [x] `pipelines` tests are 🟢 
* [x] `CAT` tests are 🟢 
* [x] `base_image` tests are 🟢 
* [x] Tests are running for a java and a python connector 🟢  [(Python test)](https://github.com/airbytehq/airbyte/actions/runs/11370125686) [(Java test)](https://github.com/airbytehq/airbyte/actions/runs/11381915439/job/31664363609)
* [x] The publish pipeline still works for  java and python connectors 🟢  [(test)](https://github.com/airbytehq/airbyte/actions/runs/11367885824/job/31621641890)


## User Impact
Should have no impact

## Can this PR be safely reverted and rolled back?
<!--
* If unsure, leave it blank.
-->
- [x] YES 💚
- [ ] NO 
2024-10-17 12:24:40 +02:00
Maxime Carbonneau-Leclerc
5fb3fc24f3 Add warning on AsyncRetriever (#46952) 2024-10-16 21:39:33 -04:00
Aaron ("AJ") Steers
1bf32a0db2 Chore(Source S3): Bump to CDK v5 (release candidate) (#46298) 2024-10-14 20:31:28 +00:00
Natik Gadzhi
b9f4154d1c chore(airbyte-cdk): remove codeflash to reduce repo noise (#46727) 2024-10-11 12:20:37 -07:00
Tomasz Szuba
df80472d5e Improve SubstreamResumableFullRefreshCursor performance (#44428)
Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>
2024-10-10 19:38:49 -04:00
Chandler Prall
f8ac7f9fd7 fix: typo in XmlDecoder description (#46714) 2024-10-10 09:44:34 -06:00
tolik0
6fe2762030 🤖 minor bump Python CDK to version 5.13.0 2024-10-10 11:56:20 +00:00
Anatolii Yatsuk
7ed64be86e feat(airbyte-cdk): Add extra fields to StreamSlice (#46311) 2024-10-10 14:49:52 +03:00
pnilan
614b341228 🤖 patch bump Python CDK to version 5.12.1 2024-10-09 23:44:05 +00:00
Patrick Nilan
5381fbab8d [airbyte-cdk] - removes class_types_registry and default_implementation_registry (#46693) 2024-10-09 16:40:03 -07:00
pnilan
0d924df464 🤖 minor bump Python CDK to version 5.12.0 2024-10-09 18:21:49 +00:00
Patrick Nilan
9249347736 [airbyte-cdk] - Add XmlDecoder component to low code CDK (#46360) 2024-10-09 11:18:32 -07:00
Brian Lai
c2923bd095 [concurrent low-code] Add concurrency_level to manifest and allow it to be parsed into a runtime object (#45943) 2024-10-08 17:04:11 -04:00
pnilan
7b5851594c 🤖 patch bump Python CDK to version 5.11.1 2024-10-07 22:20:21 +00:00
Patrick Nilan
99f94674f6 [airbyte-cdk] - Consolidate decoder selection in low-code CDK (#46313) 2024-10-07 15:16:49 -07:00
lazebnyi
6ec562ed6a 🤖 minor bump Python CDK to version 5.11.0 2024-10-07 21:33:35 +00:00
Serhii Lazebnyi
dd5adef0d4 feat(concurrent-cdk): add to concurrent per slice tracking of the most recent cursor (#45180) 2024-10-07 23:26:48 +02:00
artem1205
72152867f7 🤖 patch bump Python CDK to version 5.10.3 2024-10-07 12:26:39 +00:00
Artem Inzhyyants
7514e231df feat(Airbyte-cdk): do not raise exception on missing stream by default (#46310)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
2024-10-07 14:23:10 +02:00
brianjlai
7ed70ee0b2 🤖 patch bump Python CDK to version 5.10.2 2024-10-03 06:28:39 +00:00
Brian Lai
60584a0954 [airbyte-cdk] remove PrintBuffer due to issues when used by concurrent CDK (#46303) 2024-10-03 02:07:07 -04:00
maxi297
b53ce8dd8b 🤖 patch bump Python CDK to version 5.10.1 2024-10-02 12:55:08 +00:00
Maxime Carbonneau-Leclerc
b0cac50b9e feat(airbyte-cdk) Async jobs - Limit memory usage (#46286) 2024-10-02 08:32:52 -04:00
lazebnyi
f0de632286 🤖 minor bump Python CDK to version 5.10.0 2024-10-02 11:23:39 +00:00
Serhii Lazebnyi
25e21bc395 feat(concurrent-cdk): add cursor partition generator (#45712) 2024-10-02 13:19:45 +02:00
lazebnyi
c973b0eb01 🤖 minor bump Python CDK to version 5.9.0 2024-10-01 18:38:11 +00:00
Serhii Lazebnyi
1569c0288e feat(concurrent-cdk): replace availability strategy to always available (#46269) 2024-10-01 20:34:11 +02:00
lazebnyi
2d681f56c8 🤖 patch bump Python CDK to version 5.8.1 2024-10-01 18:02:35 +00:00
Serhii Lazebnyi
d727af0fa0 fix(concurrent-cdk): follow-up #44946 update state to state_manager state in convert to concurrent stream (#45718) 2024-10-01 18:28:23 +02:00
maxi297
032a2d73a0 🤖 minor bump Python CDK to version 5.8.0 2024-10-01 13:38:07 +00:00
Maxime Carbonneau-Leclerc
6af23bdcb4 fix dependencies (#46285) 2024-10-01 09:33:38 -04:00
Maxime Carbonneau-Leclerc
0e7f3bcdff feat(airbyte-cdk) - Async job salesforce (#45673) 2024-10-01 08:48:44 -04:00
maxi297
9cbf28d09e 🤖 patch bump Python CDK to version 5.7.5 2024-09-27 13:26:22 +00:00
Maxime Carbonneau-Leclerc
53af0c2e45 [ONCALL #6327] have headers match during HTTP cache hit (#45926) 2024-09-27 09:23:10 -04:00
girarda
e44a464c58 🤖 patch bump Python CDK to version 5.7.4 2024-09-27 04:29:40 +00:00
Alexandre Girard
f01a43cc4b bug(cdk) Always return a connection status even if an exception was raised (#45205) 2024-09-27 04:26:26 +00:00
artem1205
4d2f650e63 🤖 patch bump Python CDK to version 5.7.3 2024-09-25 09:28:29 +00:00
Artem Inzhyyants
def91dc99c fix(airbyte-cdk): fix connector builder output serialization (#45891)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
2024-09-25 11:25:09 +02:00