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)