ALTER FOLDER
Route refresh jobs for all reflections on datasets that are in a folder to a specific queue. To use this functionality, enable this support key: planner.reflection_routing_inheritance_enabled
. For more information, see Queue Routing.
Syntax
SyntaxALTER FOLDER <folder_name>
ROUTE REFLECTIONS TO { DEFAULT QUEUE | QUEUE { <queue_name> | <queue_uuid> } }
Parameters
<folder_name> String
The name of the folder where you want to route refresh jobs.
ROUTE REFLECTIONS TO { DEFAULT QUEUE | QUEUE { <queue_name> | <queue_uuid> } } String
Use the queue name or unique identifier to specify the queue on which to run jobs that create and refresh reflections that are defined on the dataset. If a queue name or unique identifier is not specified, the default queue is used. You can also directly specify the default queue.