With Managed Airflow 2.0.2, my requirements.txt looks like
requirements.txt
Apache-airflow[postgres] psycopg2-binary botocore
When I try importing psycopg2, I get a broken DAG failing to recognize psycopg2
I already tried
requirements.txt
Apache-airflow[postgres] psycopg2 botocore
Even
requirements.txt
Apache-airflow[postgres] psycopg2 psycopg2-binary botocore