Skip to content

Commit

Permalink
#1332 source amazon ads: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed Jan 30, 2023
1 parent 267d40e commit 611ed11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]


LABEL io.airbyte.version=0.1.28
LABEL io.airbyte.version=0.1.29
LABEL io.airbyte.name=airbyte/source-amazon-ads
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
#

from datetime import datetime
from decimal import Decimal
from typing import Any, Dict, Iterable, Type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,7 @@
}


METRICS_TYPE_TO_ID_MAP = {
"campaigns": "campaignId",
"adGroups": "adGroupId",
"productAds": "adId",
"targets": "targetId",
"asins": "asin"
}
METRICS_TYPE_TO_ID_MAP = {"campaigns": "campaignId", "adGroups": "adGroupId", "productAds": "adId", "targets": "targetId", "asins": "asin"}


class Tactics(str, Enum):
Expand Down

0 comments on commit 611ed11

Please sign in to comment.