I have two python scripts prepared for dagster:
dagster1.py
dagster2.py
However, they need to run on a different virtual environment each.
venv1
venv2
Is it possible to run both on the same dagster server? If so, how? If not, what would be the alternative or workaround?