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

🐛 Source Google Analytics Data API: Add handling for JSONDecodeError while checking for api qouta limits (#32094)

This commit is contained in:
Baz
2023-11-02 19:28:02 +02:00
committed by GitHub
parent 453232b366
commit 575931f2c9
3 changed files with 5 additions and 3 deletions

View File

@@ -275,6 +275,7 @@ The Google Analytics connector is subject to Google Analytics Data API quotas. P
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------|
| 2.0.2 | 2023-11-02 | [32094](https://github.com/airbytehq/airbyte/pull/32094) | Added handling for `JSONDecodeError` while checking for `api qouta` limits |
| 2.0.1 | 2023-10-18 | [31543](https://github.com/airbytehq/airbyte/pull/31543) | Base image migration: remove Dockerfile and use the python-connector-base image |
| 2.0.0 | 2023-09-29 | [30930](https://github.com/airbytehq/airbyte/pull/30930) | Use distinct stream naming in case there are multiple properties in the config. |
| 1.6.0 | 2023-09-19 | [30460](https://github.com/airbytehq/airbyte/pull/30460) | Migrated custom reports from string to array; add `FilterExpressions` support |