v1.6.0a4
Pre-release
Pre-release
New Features
Bug fixes
- Fix Teradata Profile mapping issue by @sc250072 in #1088
- Fix empty tag in case of custom parser by @pankajastro in #1100
- Fix
dbt deps
ofLoadMode.DBT_LS
should useProjectConfig.dbt_vars
by @tatiana in #1114 - Add support for loading manifest from cloud stores using Airflow Object Storage by @pankajkoti in #1109
Enhancements
- Add
DatabricksOauthProfileMapping
profile by @CorsettiS in #1091 - Use
dbt ls
as the default parser whenprofile_config
is provided by @pankajastro in #1101 - Add task owner to dbt operators by @wornjs in #1082
Docs
- Fix documentation for Azure Container Instance by @pankajastro in #1106
- Use Airflow trademark as it has been registered by @pankajastro in #1105
Others
- Remove
DbtGraph.current_version
dead code by @tatiana in #1111 - Install requirements.txt by default during dev env spin up by @CorsettiS in #1099
- [CI] Disable test for Airflow-2.5 and Python-3.11 combination by @pankajastro in #1124
- Pre-commit hook updates in #1074, #1113, #1125