1
0
mirror of synced 2025-12-25 11:06:55 -05:00

🐛 Source Google Ads: End date should not be in the future (#11513)

This commit is contained in:
Edward Gao
2022-03-29 14:05:21 -07:00
committed by GitHub
parent f059f42379
commit 707b2a23d1
6 changed files with 19 additions and 5 deletions

View File

@@ -106,6 +106,7 @@ This source is constrained by whatever API limits are set for the Google Ads tha
| Version | Date | Pull Request | Subject |
|:---------|:-----------| :--- |:---------------------------------------------------------------------------------------------|
| `0.1.33` | 2022-03-29 | [11513](https://github.com/airbytehq/airbyte/pull/11513) | When `end_date` is configured in the future, use today's date instead. |
| `0.1.32` | 2022-03-24 | [11371](https://github.com/airbytehq/airbyte/pull/11371) | Improve how connection check returns error messages |
| `0.1.31` | 2022-03-23 | [11301](https://github.com/airbytehq/airbyte/pull/11301) | Update docs and spec to clarify usage |
| `0.1.30` | 2022-03-23 | [11221](https://github.com/airbytehq/airbyte/pull/11221) | Add `*_labels` streams to fetch the label text rather than their IDs |