BhuviTheDataGuy opened a new issue #11547: URL: https://github.com/apache/airflow/issues/11547
Version : 1.10.12 I used PostgresToGoogleCloudStorageOperator to export the data and the schema file as well. But I saw a column on Postgres was `TIMESTAMP without time zone` but in BigQuery the auto-create table (via `GoogleCloudStorageToBigQueryOperator`) used the JSON schema file and created the table. When I checked the BQ table the data type was `TIMESTAMP`. For without timezone data, **`DATETIME`** would be the right choice. So can we manually MAP the data types during the schema file export? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
