Adswerve has released a new version `v0.12.0` of t...
# singer-targets
r
Adswerve has released a new version
v0.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
.