stephenonethree commented on issue #16344:
URL: https://github.com/apache/airflow/issues/16344#issuecomment-929472726


   Update: In my case I was able to fix it by:
   
   1) Change my Pipfile (which I use to control the environment where I have 
Airflow installed) to `apache-airflow-providers-postgres="==2.0.0"`. Previously 
I had it at `1.0.2`
   2) Rebuild local virtualenv (`pipenv --rm` and `pipenv install`)
   3) Rerun `airflow db upgrade`
   
   I'm not certain whether bumping the provider package helped (not sure if 
`airflow db upgrade` uses it), or if the problem was simply solved by rerunning 
the upgrade.
   
   For what it's worth I'm using `Postgres 12.7` locally.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to