Workflow.query
Workflow.query(query_string) → Query
Execute a SQL query scoped to a workflow. Table names do not need to be fully qualified, since all tables are assumed to be within the workflow.
Parameters:
query_string
: str
The SQL query to execute. Must follow the Redivis SQL query syntax.
Returns:
Examples
Last updated