Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"sourceDefinitionId": "c7264528-791f-11ec-90d6-0242ac120003",
"name": "Twitter Ads",
"dockerRepository": "blotout/source-twitter-ads-singer",
"dockerImageTag": "0.1.0",
"documentationUrl": "https://github.com/blotoutio/source-xola/README.md"
"dockerImageTag": "0.1.3",
"documentationUrl": "https://github.com/singer-io/tap-twitter-ads/blob/master/README.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -674,5 +674,5 @@
- sourceDefinitionId: c7264528-791f-11ec-90d6-0242ac120003
name: Twitter Ads
dockerRepository: blotout/source-twitter-ads-singer
dockerImageTag: 0.1.2
dockerImageTag: 0.1.3
documentationUrl: https://github.com/singer-io/tap-twitter-ads/blob/master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6375,7 +6375,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: [ ]
- dockerImage: "blotout/source-twitter-ads-singer:0.1.2"
- dockerImage: "blotout/source-twitter-ads-singer:0.1.3"
spec:
"documentationUrl": "https://github.com/singer-io/tap-twitter-ads/blob/master/README.md"
"connectionSpecification":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=blotout/source-twitter-ads
LABEL io.airbyte.version=0.1.3
LABEL io.airbyte.name=blotout/source-twitter-ads-singer