Teradata · Arazzo Workflow
Teradata Run Query in a Session
Version 1.0.0
Pick an available Vantage system, open a session, run a SQL query, and close the session.
View Spec
View on GitHub
AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine LearningSQLArazzoWorkflows
Provider
Workflows
run-query-session
Open a session on a Vantage system, run one SQL query, then close the session.
Lists the query systems to confirm the target is available, creates a session for the supplied user and database, executes the SQL statement, and deletes the session when finished.
1
listSystems
listQuerySystems
Retrieve the Vantage systems available for query execution so the caller can confirm the requested system is reachable before opening a session.
2
openSession
createSession
Create a new query session against the requested system for the supplied user and default database.
3
runQuery
executeQuery
Execute the supplied SQL statement inside the open session and capture the query identifier, status, and returned rows.
4
closeSession
deleteSession
Close and delete the query session to release Vantage resources once the query has run.