gabrielsyapse opened a new pull request #16100: URL: https://github.com/apache/airflow/pull/16100
* In the postgres hook code, the conn_args was changed from a whitelist to blacklist at some point * `aws_conn_id` should be removed from conn_args and not passed to psycopg2.connect * the psycopg2 fails to create the connection because `aws_conn_id` is an unknown param to postgres -- 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. For queries about this service, please contact Infrastructure at: [email protected]
