-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
good first issuekind:bugThis is a clearly a bugThis is a clearly a bugprovider:googleGoogle (including GCP) related issuesGoogle (including GCP) related issues
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issuekind:bugThis is a clearly a bugThis is a clearly a bugprovider:googleGoogle (including GCP) related issuesGoogle (including GCP) related issues