Skip to content

Commit

Permalink
chore(source-bing-ads): bump version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-r committed Mar 9, 2023
1 parent b2aad36 commit 6456168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-bing-ads/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,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.18
LABEL io.airbyte.version=0.1.19
LABEL io.airbyte.name=airbyte/source-bing-ads
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ class KeywordPerformanceReport(ReportsMixin, BingAdsStream):
*primary_key,
"AccountName",
"CampaignName",
"AdGroupName",
"AdGroupName",
"Keyword",
"KeywordStatus",
"Impressions",
Expand Down Expand Up @@ -695,7 +695,7 @@ class AccountPerformanceReport(ReportsMixin, BingAdsStream):
report_columns = [
*primary_key,
"AccountName",
"AccountNumber",
"AccountNumber",
"PhoneImpressions",
"PhoneCalls",
"Clicks",
Expand Down

0 comments on commit 6456168

Please sign in to comment.