v1.2.5
Bugfixes
- Fix running models that use alias while supporting dbt versions by @binhnq94 in #662
- Make
profiles_yml_path
optional forExecutionMode.DOCKER
andKUBERNETES
by @MrBones757 in #681 - Prevent overriding dbt profile fields with profile args of "type" or "method" by @jbandoro in #702
- Fix
LoadMode.DBT_LS
fail when dbt outputsWarnErrorOptions
by @adammarples in #692 - Add support for env vars in
RenderConfig
for dbt ls parsing by @jbandoro in #690 - Add support for Kubernetes
on_warning_callback
by @david-mag in #673 - Fix ExecutionConfig.dbt_executable_path to use
default_factory
by @jbandoro in #678
Others
- Docs fix: example DAG in the README and docs/index by @tatiana in #705
- Docs improvement: highlight DAG examples in README by @iancmoritz and @jlaneve in #695