Skip to main content
Version: current

Queue Routing

You can use an SQL command to route refresh jobs for all reflections on a dataset (either a table or a view), all reflections on tables and views that are in a folder, or all reflections that are on tables or views in a space, to a specific queue.

For more information, see Queue Routing.

Syntax

Syntax
ALTER [ DATASET "<path>"."<dataset_name>" | FOLDER "<path>"."<folder_name>" | SPACE "<space_name>" ]
ROUTE REFLECTIONS TO [ DEFAULT QUEUE | QUEUE "[ <queue_name> | <queue_uuid> ]" ]

Parameters

{{< sql-section file="data/sql/queue-routing.json" data="routingReflectionRefreshJobs" >}}