Dataiku · Arazzo Workflow
Dataiku Resolve Connection and Run SQL Query
Version 1.0.0
Verify a DSS connection exists, then execute a SQL query against it and return the rows.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceData PlatformData ScienceMachine LearningArazzoWorkflows
Provider
Workflows
run-sql-query
Confirm a connection and execute a SQL query against it.
Lists connections, gets the target connection, then runs a SQL query and returns the columns and rows.
1
listConnections
listConnections
List the DSS connections available on the instance.
2
getConnection
getConnection
Fetch the target connection's details to confirm it exists and is usable.
3
runQuery
executeSqlQuery
Execute the SQL query against the confirmed connection.