You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/10 22:50:00 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16739835#comment-16739835 ] 

ASF GitHub Bot commented on AIRFLOW-3010:
-----------------------------------------

stale[bot] commented on pull request #3850: [AIRFLOW-3010] added support for date format to postgres_to_gcs_operator
URL: https://github.com/apache/airflow/pull/3850
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> 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
>            Priority: Trivial
>
> 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)