For some reason I'm having an issue importing from my airflow postgres packages. Any ideas?
Error:
Modules:
Requirement.txt file with packages:
For some reason I'm having an issue importing from my airflow postgres packages. Any ideas?
Error:
Modules:
Requirement.txt file with packages:
If you use Airflow 2.0+ the you should only install airflow-providers-postgres[aws]
, no need to install backports packages.