Skip to content

0.8.0

Compare
Choose a tag to compare
@tatiana tatiana released this 12 Apr 21:23
· 885 commits to main since this release
0878120

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 using identifiers_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 in aql.render to override SQL Jinja template values #254
  • Fix aql.dataframe when table arg is absent #259

Others: