Skip to content

Commit 689b641

Browse files
feat(source-bing-ads): increase default concurrency to 40 for rate limit testing (#74745)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent bf2f989 commit 689b641

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

airbyte-integrations/connectors/source-bing-ads/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17473,8 +17473,8 @@ schemas:
1747317473

1747417474
concurrency_level:
1747517475
type: ConcurrencyLevel
17476-
default_concurrency: 2
17477-
max_concurrency: 10
17476+
default_concurrency: 40
17477+
max_concurrency: 40
1747817478

1747917479
spec:
1748017480
type: Spec

airbyte-integrations/connectors/source-bing-ads/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: 47f25999-dd5e-4636-8c39-e7cea2453331
19-
dockerImageTag: 2.23.14
19+
dockerImageTag: 2.23.15-rc.1
2020
dockerRepository: airbyte/source-bing-ads
2121
documentationUrl: https://docs.airbyte.com/integrations/sources/bing-ads
2222
externalDocumentationUrls:
@@ -44,7 +44,7 @@ data:
4444
releaseStage: generally_available
4545
releases:
4646
rolloutConfiguration:
47-
enableProgressiveRollout: false
47+
enableProgressiveRollout: true
4848
breakingChanges:
4949
1.0.0:
5050
message: Version 1.0.0 removes the primary keys from the geographic performance report streams. This will prevent the connector from losing data in the incremental append+dedup sync mode because of deduplication and incorrect primary keys. A data reset and schema refresh of all the affected streams is required for the changes to take effect.

docs/integrations/sources/bing-ads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ The Bing Ads API limits the number of requests for all Microsoft Advertising cli
319319

320320
| Version | Date | Pull Request | Subject |
321321
|:------------|:-----------|:---------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
322+
| 2.23.15-rc.1 | 2026-03-11 | [*PR_NUMBER_PLACEHOLDER*](https://github.com/airbytehq/airbyte/pull/*PR_NUMBER_PLACEHOLDER*) | Increase default concurrency from 2 to 40 to test rate limit behavior |
322323
| 2.23.14 | 2026-03-10 | [74483](https://github.com/airbytehq/airbyte/pull/74483) | Update dependencies |
323324
| 2.23.13 | 2026-03-03 | [73654](https://github.com/airbytehq/airbyte/pull/73654) | Use streaming decompression in BingAdsGzipCsvDecoder to prevent OOM on large accounts |
324325
| 2.23.12 | 2026-03-03 | [73829](https://github.com/airbytehq/airbyte/pull/73829) | Update dependencies |

0 commit comments

Comments
 (0)