SAS Viya information -
Version:
Long-Term Support 2023.03
Release:
20230620.1687221111013
Currently trying to execute an example DAG provided in the git repository. Made sure that /Public/Airflow/demo_studio_flow_1.flw exists within the environment, yet am still unable to run the DAG successfully.
Here is the abridged log from the run attempt attached.
20230622-airflow-dag-failure.txt
I've run the command the Airflow Provider is trying to execute via Postman and can see the following -
URL - {{protocol}}://{{url}}/studioDevelopment/code
Body -
{
"reference": {
"type": "content",
"path": "/Public/Airflow/demo_studio_flow_1.flw",
"mediaType": "application/vnd.sas.dataflow"
},
"initCode": true,
"wrapperCode": false
}
And I get the appropriate response -
{
"code": ""
}
Any guidance on how to navigate this would be appreciated.