Skip to content

Target BigQuery v0.11.1

Compare
Choose a tag to compare
@RuslanBergenov RuslanBergenov released this 05 Aug 00:26
· 101 commits to master since this release

Enhancements:

  1. Converting JSON schema to BigQuery schema:
  • Cleans up field name in a more robust way
    • Gets rid of all characters which violate BigQuery field naming conventions
  1. JSON schema validation:
  • Checks for duplicate fields in JSON schema which will cause an error in BigQuery
    • Tells the user what these duplicate fields are
  1. Repository:
  • Improved our internal QA process by implementing a CI/CD workflow in GitHub repository
    • Runs automated unit tests