You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "robert kelly (JIRA)" <ji...@apache.org> on 2018/09/05 14:01:00 UTC

[jira] [Created] (AIRFLOW-3010) Postgres to BigQuery Operator does not handle the Date datatype

robert kelly created AIRFLOW-3010:
-------------------------------------

             Summary: Postgres to BigQuery Operator does not handle the Date datatype
                 Key: AIRFLOW-3010
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3010
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: robert kelly


Right now, all time based datatypes are treated as Datetime, but this isn't optimal if you're dumping your database to csv and uploading to bigquery, since the csv dump will be in the date format, but the database will expect the datetime format.

 

By making a few small changes to the Operator, it will read this format properly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)