Teradata · Arazzo Workflow
Teradata Session Lifecycle
Version 1.0.0
Create a query session, verify it is active, then close it.
View Spec
View on GitHub
AnalyticsCloudData ManagementData WarehousingDatabaseEnterpriseMachine LearningSQLArazzoWorkflows
Provider
Workflows
session-lifecycle
Create a session, confirm it is active by reading it back, then delete it.
Opens a query session for the supplied user and system, retrieves the session to verify its active status, and deletes it to release resources.
1
openSession
createSession
Create a query session for the supplied user and system.
2
verifySession
getSession
Read the session details back to confirm it exists and is reported as active before any work is performed.
3
closeSession
deleteSession
Close and delete the verified session.