vijayakumarpattanashetti commented on issue #17371:
URL: https://github.com/apache/airflow/issues/17371#issuecomment-964985957
Workaround is just add **read()** function following the path in the DAG
itself.
```application_file=open("/path/to/the/yaml").read()```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]