You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/19 10:48:28 UTC

[GitHub] [airflow] ashb commented on a change in pull request #11019: [Airflow-10505] Change to pass all extra connection paramaters to psycopg2

ashb commented on a change in pull request #11019:
URL: https://github.com/apache/airflow/pull/11019#discussion_r507650623



##########
File path: airflow/providers/postgres/hooks/postgres.py
##########
@@ -97,15 +97,12 @@ def get_conn(self) -> connection:
         if raw_cursor:
             conn_args['cursor_factory'] = self._get_cursor(raw_cursor)
         # check for ssl parameters in conn.extra

Review comment:
       ```suggestion
   
   ```




----------------------------------------------------------------
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:
users@infra.apache.org