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

🐛 Source salesforce: failed async bulk jobs (#8009)

* update dockerfile

* update version

* update changelogs

* remove test config

* fix after flake8

* bump versio to 0.1.6

* remove secrets from config

* update source specs
This commit is contained in:
Maksym Pavlenok
2021-11-18 01:45:35 +02:00
committed by GitHub
parent 51866fd37a
commit 9a3a32711c
15 changed files with 312 additions and 71 deletions

View File

@@ -734,6 +734,8 @@ List of available streams:
| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.6 | 2021-11-16 | [8009](https://github.com/airbytehq/airbyte/pull/8009) | Fix retring of BULK jobs |
| 0.1.5 | 2021-11-15 | [7885](https://github.com/airbytehq/airbyte/pull/7885) | Add `Transform` for output records |
| 0.1.4 | 2021-11-09 | [7778](https://github.com/airbytehq/airbyte/pull/7778) | Fix types for `anyType` fields |
| 0.1.3 | 2021-11-06 | [7592](https://github.com/airbytehq/airbyte/pull/7592) | Fix getting `anyType` fields using BULK API |