Variables for AppContext | Python SDK | Teradata AppCenter - Variables for AppContext - Teradata AppCenter

Teradata® AppCenter Python SDK User Guide

Product
Teradata AppCenter
Release Number
2.0
Published
September 2020
Language
English (United States)
Last Update
2020-09-28
dita:mapPath
hqg1594325323212.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1119
Product Category
Analytical Ecosystem

When initializing the AppCenter client for use with the Python SDK, use the following variables to construct AppContext:

Variable Description Example
system Data source name "****-system"
database Database name "appcenter-examples"
user User name to access data source "user"
password Password to access data source "pass"
job_config Job parameters {"param1":"value", "param2":"value"}
app_config App parameter definitions {"param1":

{"type":"text","default_value":"default","required":false}}

result_config Visualization configurations {"query1":

{"name":"query1","type":"sankey","format":"npath"}}

app_center_base_url instance base URL "https://appcenter.example.com"