Duan Shiqiang created AIRFLOW-3489:
--------------------------------------
Summary: PostgresToGoogleCloudStorageOperator doesn't handle
PostgreSQL json properly
Key: AIRFLOW-3489
URL: https://issues.apache.org/jira/browse/AIRFLOW-3489
Project: Apache Airflow
Issue Type: Bug
Reporter: Duan Shiqiang
PostgresToGoogleCloudStorageOperator saves json data (postgres json or jsonb)
as native python types (i.e. dictionary) to gcs new line separated json data.
But it generates bigquery schema for that field as data type string which won't
work if user want to import the gcs data into bigquery.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)