Open Carus11 opened 1 year ago
When a site has SAS Workload Orchestrator licensed, a new feature is available called Queues. SAS Batch cli can submit jobs to specific queues like so:
sas-viya --profile myserver batch jobs submit-pgm --pgm-path ./test.sas --context default --queue-name default
The cli uses the /batch interface path however.
Can the same queue name be optionally specified in the airflow provider so that a queue may be chosen by the code in the DAG's
When a site has SAS Workload Orchestrator licensed, a new feature is available called Queues. SAS Batch cli can submit jobs to specific queues like so:
The cli uses the /batch interface path however.
Can the same queue name be optionally specified in the airflow provider so that a queue may be chosen by the code in the DAG's