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 depsofLoadMode.DBT_LSshould useProjectConfig.dbt_varsby @tatiana in #1114 - Add support for loading manifest from cloud stores using Airflow Object Storage by @pankajkoti in #1109
Enhancements
- Add
DatabricksOauthProfileMappingprofile by @CorsettiS in #1091 - Use
dbt lsas the default parser whenprofile_configis 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_versiondead 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