Export from GCP BigQuery to parquet: How to get proper scale, precision of numeric type?
I have a column A of type NUMERIC(29)
in tableA
in BQ. I export it to parquet using BigQueryToGCSOperator:
I have a column A of type NUMERIC(29)
in tableA
in BQ. I export it to parquet using BigQueryToGCSOperator: