Skip to content

Commit

Permalink
test(google-ads): fix integration test; update acceptance tests (airb…
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 authored Jun 14, 2024
1 parent d6a9659 commit c29429d
Show file tree
Hide file tree
Showing 7 changed files with 467 additions and 297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ acceptance_tests:
- name: "shopping_performance_view"
bypass_reason: "No shopping campaign, need item for sale"
- name: "topic_view"
bypass_reason: "No data for this date range, tested in next config"
bypass_reason: "No data for this date range, tested in integration tests"
- name: "click_view"
bypass_reason: "Stream has data only for last 90 days, next config is used for testing it"
- config_path: "secrets/config_click_view.json"
Expand All @@ -44,8 +44,8 @@ acceptance_tests:
bypass_reason: "No shopping campaign, need item for sale"
- name: "display_keyword_view"
bypass_reason: "No data for this date range, tested in previous config"
- name: "keyword_view"
bypass_reason: "No data for this date range, tested in previous config"
- name: "topic_view"
bypass_reason: "No data for this date range, tested in integration tests"
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
dockerImageTag: 3.5.0
dockerImageTag: 3.5.1
dockerRepository: airbyte/source-google-ads
documentationUrl: https://docs.airbyte.com/integrations/sources/google-ads
githubIssueLabel: source-google-ads
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "3.5.0"
version = "3.5.1"
name = "source-google-ads"
description = "Source implementation for Google Ads."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/google-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ Due to a limitation in the Google Ads API which does not allow getting performan

| Version | Date | Pull Request | Subject |
|:---------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------|
| `3.5.1` | 2024-06-13 | [39425](https://github.com/airbytehq/airbyte/pull/39425) | Fix integration tests; update acceptance tests |
| `3.5.0` | 2024-05-22 | [37840](https://github.com/airbytehq/airbyte/pull/37840) | Fix custom GAQL queries default value |
| `3.4.3` | 2024-05-20 | [38270](https://github.com/airbytehq/airbyte/pull/38270) | Replace AirbyteLogger with logging.Logger |
| `3.4.2` | 2024-04-24 | [36638](https://github.com/airbytehq/airbyte/pull/36638) | Schema descriptions and CDK 0.80.0 |
Expand Down

0 comments on commit c29429d

Please sign in to comment.