You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are trying to deploy our data apps with dagit via docker-compose (one service for dagit, one service for dagit's postgres to store e.g. schedule metadata and one service with virtualenv per each application / repository we want to run).
Now with folder mounting / binding done correctly in docker-compose we can easily add new pipelines do already existing repository (which has been listed in workspace.yaml prior to dagit's start).
However if we want to add new repository to the workspace.yaml dagit does not seem to notice those changes. (workspace.yaml is in mounted /bound docker's folder so we can change it from 'outside' of the container any time we want)
TL;DR:
Is there a way to make dagit notice changes made to its workspace.yaml after it has been started ? We changed workspace.yaml with dagit running and it didn't seem to notice any changes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear all,
we are trying to deploy our data apps with dagit via docker-compose (one service for dagit, one service for dagit's postgres to store e.g. schedule metadata and one service with virtualenv per each application / repository we want to run).
Now with folder mounting / binding done correctly in docker-compose we can easily add new pipelines do already existing repository (which has been listed in workspace.yaml prior to dagit's start).
However if we want to add new repository to the workspace.yaml dagit does not seem to notice those changes. (workspace.yaml is in mounted /bound docker's folder so we can change it from 'outside' of the container any time we want)
TL;DR:
Is there a way to make dagit notice changes made to its workspace.yaml after it has been started ? We changed workspace.yaml with dagit running and it didn't seem to notice any changes.
All the best,
Konrad.
Beta Was this translation helpful? Give feedback.
All reactions