Skip to content

Conversation

@tomasfarias
Copy link
Owner

@tomasfarias tomasfarias commented Oct 17, 2021

This adds support for new dbt 0.21 features:

  • DbtBuildOperator, to use the new dbt build command.
  • Support for select argument in run, test, and compile operators.
  • Support for output-keys argument in DbtLsOperator.

Closes #8

dbt 0.21 added the select flag to the run, test, and compile commands
with the intention for it to replace models and bring them in line
with the rest of the dbt commands. We have added support for a support
argument but kept backwards compatibility with models as we intend to
support dbt versions >= 0.19 (at least for the moment).
@tomasfarias tomasfarias self-assigned this Oct 17, 2021
@tomasfarias tomasfarias added this to the v0.8.0 Release milestone Oct 17, 2021
@tomasfarias tomasfarias merged commit 6ccd803 into master Oct 17, 2021
@tomasfarias tomasfarias deleted the support-for-dbt-0.21 branch October 17, 2021 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for dbt version 0.21.0

2 participants