Airflow Docker. Executing Windows Python Scripts

23 Views Asked by At

Resurrecting this question as the answer provided doesn't solve the author's problem: Execute windows python scripts via airflow docker container

How to get Airflow on Docker to execute the scripts as if they're running in Windows using one of my python environments?

i.e.

C:/Users/username/AppData/Local/ESRI/conda/envs/arcgispro-py3-clone/python.exe C:\sample-code\test.py

Used PythonOperator and modules within DAGS folder to run the script within a container. However, I need to run the scripts located on my local drive via Airflow Docker.

0

There are 0 best solutions below