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-LearningSQLFortune 1000ArazzoWorkflows
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
Retrieve the Vantage systems available for query execution so the caller can confirm the requested system is reachable before opening a session.
2
openSession
Create a new query session against the requested system for the supplied user and default database.
3
runQuery
Execute the supplied SQL statement inside the open session and capture the query identifier, status, and returned rows.
4
closeSession
Close and delete the query session to release Vantage resources once the query has run.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.