Builds a query pipeline from the specified query and returns the pipeline definition containing all the nested materialized views that the query depends on. A pipeline allows you to chain multiple queries together and execute them as a single unit.
query_parameters should be passed as a URL-encoded JSON string in the query parameter, where keys are parameter names and values are parameter values.pipeline object with a nodes array. Each node represents either a query execution or materialized view refresh, along with its dependencies.
Example response:
Use Before Pipeline Execution
Validate Complex Dependencies
Test with Parameters
API Key for the service
Unique identifier of the query
Alternative to using the X-Dune-Api-Key header
The performance engine tier. Can be either medium or large.
SQL Query parameters in json key-value pairs
OK
The pipeline definition containing nodes to execute