You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: