BhuviTheDataGuy opened a new issue #11551:
URL: https://github.com/apache/airflow/issues/11551
Im using PostgresToGCSOperator to export the data. I know there is a mapping
in that operator. I have changed that and made as a custom operator. If
Postgres has timestamp then in BQ use DATETIME for timestampz use TIMESTAMP.
```py
1114: 'DATETIME',
1184: 'TIMESTAMP',
1082: 'DATE',
1083: 'TIME',
1005: 'INTEGER',
1007: 'INTEGER',
1016: 'INTEGER',
20: 'INTEGER',
21: 'INTEGER',
23: 'INTEGER',
16: 'BOOLEAN',
700: 'FLOAT',
701: 'FLOAT',
1700: 'FLOAT'
```
But while exporting, this data in CSV format, it won't considering this and
exporting the value in EPOCH format. How do I fix it?
----------------------------------------------------------------
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]