Skip to content

target-bigquery v0.12.0

Compare
Choose a tag to compare
@RuslanBergenov RuslanBergenov released this 07 Jan 18:32
· 60 commits to master since this release

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.

Thank you to the following open source contributors:
Paul Tiplady
Jacob Karcz
Edgar Ramírez