v0.5.0 Release The minor version bump is because operators no longer have a task attribute but a command attribute. This makes more sense since dbt also calls its operations as commands, but it represents a breaking change. Moreover, the operator now pushes the results of a dbt run even when a dbt command fails, to provide better context for alerting and error handling. With this release it seems the operator has reached or is close to a state of feature completion. Future patches may focus on fixing bugs, increasing test coverage, and eventually maintaining new dbt versions. The only exception is logging: I'd like to figure out dbt logging so that we can direct dbt's logger to the Airflow stream, instead of to a file that we later read.