Skip to content

Commit

Permalink
🐛 Source Google Ads: publish missing 0.2.6 (#21103)
Browse files Browse the repository at this point in the history
  • Loading branch information
bazarnov authored and jbfbell committed Jan 13, 2023
1 parent b7e2948 commit 44ebed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
- name: Google Ads
sourceDefinitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
dockerRepository: airbyte/source-google-ads
dockerImageTag: 0.2.5
dockerImageTag: 0.2.6
documentationUrl: https://docs.airbyte.com/integrations/sources/google-ads
icon: google-adwords.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5107,7 +5107,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-google-ads:0.2.5"
- dockerImage: "airbyte/source-google-ads:0.2.6"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/google-ads"
connectionSpecification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run --rm -v $(pwd)/secrets:/secrets -v $(pwd)/integration_tests:/integrat
Make sure to familiarize yourself with [pytest test discovery](https://docs.pytest.org/en/latest/goodpractices.html#test-discovery) to know how your test files and methods should be named.
First install test dependencies into your virtual environment:
```
pip install -e ".[tests]"
pip install -e '.[tests]'
```
### Unit Tests
To run unit tests locally, from the connector directory run:
Expand Down

0 comments on commit 44ebed3

Please sign in to comment.