0.8.0
Feature:
load_file
support for nested NDJSON files #257
Breaking change:
aql.dataframe
switches the capitalization to lowercase by default. This behaviour can be changed by usingidentifiers_as_lower
#154
Documentation:
- Fix commands in README.md #242
- Add scripts to auto-generate Sphinx documentation
Enhancements:
- Improve type hints coverage
- Improve Amazon S3 example DAG, so it does not rely on pre-populated data #293
- Add example DAG to load/export from BigQuery #265
- Fix usages of mutable default args #267
- Enable DeepSource validation #299
- Improve code quality and coverage
Bug fixes:
- Support
gcpbigquery
connections #294 - Support
params
argument inaql.render
to override SQL Jinja template values #254 - Fix
aql.dataframe
when table arg is absent #259
Others: