fix(source-google-analytics-data-api): Increase the cursor granularity so that concurrent date range partitions are merged correctly (#63297)
This commit is contained in:
@@ -1016,7 +1016,7 @@ dynamic_streams:
|
||||
cursor_field: {{ ns.cursor }}
|
||||
lookback_window: "P{{ config.get('lookback_window', 2) }}D"
|
||||
step: "P{{ config.get('window_in_days', 365) }}D"
|
||||
cursor_granularity: PT1S
|
||||
cursor_granularity: P1D
|
||||
cursor_datetime_formats:
|
||||
- "%Y%m%d"
|
||||
- "%Y%m"
|
||||
|
||||
@@ -12,7 +12,7 @@ data:
|
||||
connectorSubtype: api
|
||||
connectorType: source
|
||||
definitionId: 3cc2eafd-84aa-4dca-93af-322d9dfeec1a
|
||||
dockerImageTag: 2.9.2
|
||||
dockerImageTag: 2.9.3-rc.1
|
||||
dockerRepository: airbyte/source-google-analytics-data-api
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/google-analytics-data-api
|
||||
resourceRequirements:
|
||||
|
||||
@@ -272,6 +272,7 @@ The Google Analytics connector is subject to Google Analytics Data API quotas. P
|
||||
|
||||
| Version | Date | Pull Request | Subject |
|
||||
|:---------------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 2.9.3-rc.1 | 2025-07-15 | [63297](https://github.com/airbytehq/airbyte/pull/63297) | Fix bug where concurrent partitions are not merged back together properly so sequential state can't progress to the latest record |
|
||||
| 2.9.2 | 2025-07-12 | [63129](https://github.com/airbytehq/airbyte/pull/63129) | Update dependencies |
|
||||
| 2.9.1 | 2025-07-05 | [61135](https://github.com/airbytehq/airbyte/pull/61135) | Update dependencies |
|
||||
| 2.9.0 | 2025-07-03 | [62507](https://github.com/airbytehq/airbyte/pull/62507) | Promoting release candidate 2.9.0-rc.1 to a main version. |
|
||||
|
||||
Reference in New Issue
Block a user