Target BigQuery v0.11.1
Enhancements:
- 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
- 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
- Repository:
- Improved our internal QA process by implementing a CI/CD workflow in GitHub repository
- Runs automated unit tests