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

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:
Brian Lai
2025-07-15 10:26:02 -07:00
committed by GitHub
parent ccdb3ef36b
commit 9b62c8e5a1
3 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -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:

View File

@@ -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. |