sassoftware / sas-airflow-provider

Apache Airflow Provider for creating tasks in Airflow to execute SAS Studio Flows and Jobs.
Apache License 2.0
18 stars 15 forks source link

Feature Request: Support Queues #3

Open Carus11 opened 1 year ago

Carus11 commented 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