v1.5.0a9
Pre-release
Pre-release
tatiana
released this
25 Jun 12:50
·
102 commits
to main
since this release
New Features
- Speed up
LoadMode.DBT_LS
by caching dbt ls output in Airflow Variable by @tatiana in #1014 - Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
- Add Clickhouse profile mapping by @roadan and @pankajastro in #353 and #1016
- Add node config to TaskInstance Context by @linchun3 in #1044
Bug fixes
- Fix disk permission error in restricted env by @pankajastro in #1051
- Add CSP header to iframe contents by @dwreeves in #1055
- Stop attaching log adaptors to root logger to reduce logging costs by @glebkrapivin in #1047
Enhancements
- Support
static_index.html
docs by @dwreeves in #999 - Support deep linking dbt docs via Airflow UI by @dwreeves in #1038
- Add ability to specify host/port for Snowflake connection by @whummer in #1063
Others
- Update documentation for DbtDocs generator by @arjunanan6 in #1043
- Use uv in CI by @dwreeves in #1013
- Cache hatch folder in the CI by @tatiana in #1056
- Change example DAGs to use
example_conn
as opposed toairflow_db
by @tatiana in #1054 - Mark plugin integration tests as integration by @tatiana in #1057
- Ensure compliance with linting rule D300 by using triple quotes for docstrings by @pankajastro in #1049
- Pre-commit hook updates in #1039, #1050, #1064