Cris
06/13/2020, 7:00 PMmax
06/13/2020, 10:40 PMsashank
06/15/2020, 2:51 PMworkspace.yaml
look like?Cris
06/15/2020, 2:51 PMload_from:
- python_file: repository.py
sashank
06/15/2020, 2:53 PMCris
06/15/2020, 2:55 PMsqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "runs" does not exist
[SQL: ALTER TABLE runs ADD COLUMN snapshot_id VARCHAR(255)]
$ PYTHONPATH=$PYTHONPATH:${PWD}/app DAGSTER_HOME=~/dagster/dagster_home dagster instance migrate
prha
06/15/2020, 3:45 PMdagster.yaml
, is your instance configured to use the same postgres DB for runs, event_log, and schedule storage or different DBs? Has that changed recently?Cris
06/15/2020, 3:55 PMprha
06/15/2020, 4:19 PMCris
06/15/2020, 4:20 PMprha
06/15/2020, 4:21 PMCris
06/15/2020, 4:21 PMprha
06/15/2020, 11:06 PM0.8.2
. Lemme know if you are still seeing issues running dagster instance migrate
Cris
06/16/2020, 2:55 PM