Skip to content

Commit

Permalink
fix endpoint (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
t4casey authored Dec 21, 2023
1 parent 79af727 commit 8bce2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool-box/get_column_usage/pyscript/audience_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def installed_packages():
ENDPOINT_MAP = {
'api.treasuredata.com': 'api-cdp.treasuredata.com',
'api.treasuredata.co.jp': 'api-cdp.treasuredata.co.jp',
'api.ap02.treasuredata.com': 'api-cdp.ap02.treasuredata.co.jp',
'api.ap03.treasuredata.com': 'api-cdp.ap03.treasuredata.co.jp',
'api.ap02.treasuredata.com': 'api-cdp.ap02.treasuredata.com',
'api.ap03.treasuredata.com': 'api-cdp.ap03.treasuredata.com',
'api.eu01.treasuredata.com': 'api-cdp.eu01.treasuredata.com'
}
CDP_ENDPOINT = ENDPOINT_MAP[TD_ENDPOINT]
Expand Down

0 comments on commit 8bce2e0

Please sign in to comment.