Skip to content

Commit

Permalink
GoogleAds Connector multiple customer_ids, fix (#3154)
Browse files Browse the repository at this point in the history
* fixed pattern

* fixed spec to support array of strings

* gradlew changes

* test fixes and build fixes

* test fixes and build fixes

* removed googleadwords from skipping incremental testing

* version bump

* stream deleted
  • Loading branch information
po3na4skld committed May 20, 2021
1 parent 3647c3c commit 428ef25
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 579 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "fdc8b827-3257-4b33-83cc-106d234c34d4",
"name": "Google Adwords",
"dockerRepository": "airbyte/source-google-adwords-singer",
"dockerImageTag": "0.2.1",
"dockerImageTag": "0.2.2",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-google-adwords",
"icon": "google-adwords.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- sourceDefinitionId: fdc8b827-3257-4b33-83cc-106d234c34d4
name: Google Adwords
dockerRepository: airbyte/source-google-adwords-singer
dockerImageTag: 0.2.1
dockerImageTag: 0.2.2
documentationUrl: https://hub.docker.com/r/airbyte/source-google-adwords
icon: google-adwords.svg
- sourceDefinitionId: ef69ef6e-aa7f-4af1-a01d-ef775033524e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY setup.py ./
RUN pip install tap-adwords==1.12.0
RUN pip install .

LABEL io.airbyte.version=0.2.1
LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.name=airbyte/source-google-adwords-singer

0 comments on commit 428ef25

Please sign in to comment.