I have several python files that I\'m currently executing using BashOperator. This allows me the flexibility to choose the python virtual environment easily.
fro
My work-around is to use a Bash Operator to call /path/to/project/venv/bin/python my.py
/path/to/project/venv/bin/python my.py