You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Victor Villas Bôas Chaves (JIRA)" <ji...@apache.org> on 2017/11/28 18:45:00 UTC

[jira] [Created] (AIRFLOW-1859) Allow specification of cursor_factory with PostgresHook

Victor Villas Bôas Chaves created AIRFLOW-1859:
--------------------------------------------------

             Summary: Allow specification of cursor_factory with PostgresHook
                 Key: AIRFLOW-1859
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1859
             Project: Apache Airflow
          Issue Type: New Feature
          Components: hooks
            Reporter: Victor Villas Bôas Chaves


PostgresHook uses psycopg2 by default, but it's not exposing the cursor_factory parameter which is very useful - specially for using DictCursor and column name based access to retrieved records.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)