1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Destination-MotherDuck: Add max buffer size (#47952)

This commit is contained in:
Aaron ("AJ") Steers
2024-10-29 12:11:19 -07:00
committed by GitHub
parent 73ee2cb87d
commit 659f29a2ec
4 changed files with 16 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ This connector is primarily designed to work with MotherDuck and local DuckDB fi
| Version | Date | Pull Request | Subject |
|:--------| :--------- | :-------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0.1.8 | 2024-10-29 | [47952](https://github.com/airbytehq/airbyte/pull/47952) | Fix: Add max batch size for loads. |
| 0.1.7 | 2024-10-29 | [47706](https://github.com/airbytehq/airbyte/pull/47706) | Fix bug: incorrect column names were used to create new stream table when using multiple streams. |
| 0.1.6 | 2024-10-29 | [47821](https://github.com/airbytehq/airbyte/pull/47821) | Update dependencies |
| 0.1.5 | 2024-10-28 | [47694](https://github.com/airbytehq/airbyte/pull/47694) | Resolve write failures, move processor classes into the connector. |