Relative Content

Tag Archive for windowsbashdockerairflow

Airflow running on Docker – write output file

I am learning Airflow with Docker and I have some issues. I am on a windows machine.
I have a Dag with python and bash operators. the python operator makes an API call and the bash operator writes the output to a file.