https://dagster.io/ logo
c

Cris

06/13/2020, 6:59 PM
Hi, is anyone else having trouble with the schedules? when trying to show the schedules these don't appear in dagit
a

alex

06/14/2020, 3:15 PM
Have you run looks like an error is occuring, have you run ‘dagster instance migrate’ since updatin?
c

Cris

06/15/2020, 2:16 PM
ThanksI I did not see that in the migration guide
However, I'm seeing this error when trying to run the command
Copy code
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "runs" does not exist

[SQL: ALTER TABLE runs ADD COLUMN snapshot_id VARCHAR(255)]
(Background on this error at: <http://sqlalche.me/e/f405>)
a

alex

06/15/2020, 2:48 PM
Hmmm - can you send the full output? Try running ‘dagster run list’
c

Cris

06/15/2020, 2:50 PM
what should that command do?
As I was testing in dev, i decided to just replace the DB. However, I will let you know once I move to the test environment
a

alex

06/15/2020, 3:11 PM
just print the list of runs, which will init the
runs
table in the process since for some reason it is missing
dagster instance info
scrubbed of any sensitive details could be useful too