Célio de Assis Picanço Filho
03/28/2022, 2:47 PMdagster new-project
. This worked fine, however, when I try running the dagster-daemon from the directory where the workspace.yaml file is located, I get the message:
Schedule my_hourly_schedule was started from a location Scheduler that can no longer be found in the workspace, or has metadata that has changed since the schedule was started. You can turn off this schedule in the Dagit UI from the Status tab.
Schedule is the name of my project.
Does anyone knows what could be the problem here?
Thanks in advance.johann
03/28/2022, 2:57 PMCélio de Assis Picanço Filho
03/29/2022, 7:20 AMdaniel
03/29/2022, 11:56 AMCélio de Assis Picanço Filho
04/04/2022, 10:49 AMprha
04/04/2022, 4:13 PMdagster-daemon
is run in a different environment (maybe a different Python executable?) than dagit
. To prevent these type of sync issues, can you make sure the two commands are run in exactly the same way?