File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed
workflows/reporting_agent Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1010Required environment variables:
1111- TD_API_KEY: Treasure Data API key
1212- TD_API_SERVER: Treasure Data API server URL
13- - TD_PRESTO_API: TD Presto API URL
14- - TD_PLAZMA_API: TD Plazma API URL
1513- CDP_API_BASE: CDP API base URL (defaults to https://api-cdp.treasuredata.com)
1614- ENGAGE_API_BASE: Engage API base URL (defaults to https://engage-api.treasuredata.com)
1715"""
Original file line number Diff line number Diff line change 2020
2121 # API settings
2222 api_server : " https://api.treasuredata.com"
23- presto_api : " https://api-presto.treasuredata.com"
24- plazma_api : " https://api-plazma.treasuredata.com"
2523 cdp_api : " https://api-cdp.treasuredata.com"
2624 engage_api : " https://engage-api.treasuredata.com"
2725
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ schedule:
2525 _env:
2626 TD_API_KEY: ${secret:td.apikey}
2727 TD_API_SERVER: ${td.api_server}
28- TD_PRESTO_API: ${td.presto_api}
29- TD_PLAZMA_API: ${td.plazma_api}
3028 CDP_API_BASE: ${td.cdp_api}
3129 ENGAGE_API_BASE: ${td.engage_api}
3230 docker:
@@ -77,8 +75,6 @@ schedule:
7775 _env:
7876 TD_API_KEY: ${secret:td.apikey}
7977 TD_API_SERVER: ${td.api_server}
80- TD_PRESTO_API: ${td.presto_api}
81- TD_PLAZMA_API: ${td.plazma_api}
8278 docker:
8379 image: digdag/digdag-python:3.10.1
8480
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ _export:
2222 _env:
2323 TD_API_KEY: ${secret:td.apikey}
2424 TD_API_SERVER: ${td.api_server}
25- TD_PRESTO_API: ${td.presto_api}
26- TD_PLAZMA_API: ${td.plazma_api}
2725 docker:
2826 image: digdag/digdag-python:3.10.1
2927
You can’t perform that action at this time.
0 commit comments