Would anyone know what this dag does, `sqlalchemy....
# infra-deployment
s
Would anyone know what this dag does,
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column dag.last_scheduler_run does not exist
, because I can't seem to find it no matter what I do in my deploy. Running airflow 1.10.15, but have attempted 2.1.2, 2.1.1 and 2.3.2 in the context of getting this deployment to work
d
Normally you get this error when you try to run Airflow V2, while you did not update your Airflow database to V2. Did you run
airflow db upgrade
already?
s
Yeah, having issues since my airflow db is in the same ecs as meltano ui, so I need to run a new deployment everytime, and the upgrade seems to not do what I want consistently
d
Might be better to link a RDS postgres instead of having the db in ECS
s
Yeah db is in rds, which is my issue; it's hard to interact with my deploys are consistently failing :p