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

🐛 Salesforce source: exclude knowledge-article from bulk api (#15901)

* Exclude KnowledgeArticle from bulk api

* Bump version

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Liren Tu
2022-08-23 19:49:53 -07:00
committed by GitHub
parent 6991452ce5
commit 35b0b1be4b
5 changed files with 5 additions and 3 deletions

View File

@@ -119,6 +119,7 @@ Now that you have set up the Salesforce source connector, check out the followin
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------|
| 1.0.13 | 2022-08-23 | [15901](https://github.com/airbytehq/airbyte/pull/15901) | Exclude `KnowledgeArticle` from using bulk API |
| 1.0.12 | 2022-08-09 | [15444](https://github.com/airbytehq/airbyte/pull/15444) | Fixed bug when `Bulk Job` was timeout by the connector, but remained running on the server |
| 1.0.11 | 2022-07-07 | [13729](https://github.com/airbytehq/airbyte/pull/13729) | Improve configuration field descriptions |
| 1.0.10 | 2022-06-09 | [13658](https://github.com/airbytehq/airbyte/pull/13658) | Correct logic to sync stream larger than page size |