ruslan_bergenov
01/07/2022, 8:08 PMv0.12.0
of target-bigquery.
Thank you to the following open source contributors:
• Paul Tiplady
• Jacob Karcz
• Edgar Ramírez
https://github.com/adswerve/target-bigquery/releases
New feature:
Infer BigQuery `DECIMAL`/`NUMERIC` or `BIGDECIMAL`/`BIGNUMERIC` data types from multipleOf
in JSON schema.
• Decimal data types are more precise than FLOAT
, can represent decimal fractions exactly, and are suitable for financial calculations. Learn more here.
• Caution: this is a breaking change, because some fields previously loaded as FLOAT
will now be loaded as DECIMAL
.
Change:
Bumped setuptools
to version 60.3.1
.