Skip to content
v0.3.5 Release

This version includes a better attempt at proper logging handling of
dbt's STDOUT logging: by changing the output of the dbt logger's
stream handler to a file, we can later read that file and use the
Airflow task's logger to log the lines.

This should make the log lines appear in the Airflow UI at least for
version 1.10. >= 2.0 versions need to be tested.