0

For some reason I'm having an issue importing from my airflow postgres packages. Any ideas?

Error:

Error image

Modules:

imported modules image

Requirement.txt file with packages:

requirements.txt image

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
ZackR
  • 1
  • 1

1 Answers1

0

If you use Airflow 2.0+ the you should only install airflow-providers-postgres[aws], no need to install backports packages.

Tomasz Urbaszek
  • 710
  • 5
  • 12