Skip to content

Releases: emilyriederer/dbtplyr

0.3.3

21 Sep 00:50
5545a2a
Compare
Choose a tag to compare

Fixes renamed dbt project paths to eliminate downstream warnings for users

0.3.2

12 Oct 00:12
e5b75b5
Compare
Choose a tag to compare

Small bugfix to increment dbt_utils version used for test suite. There should be no user-facing changes.

0.3.1

16 Jun 23:01
d15eab0
Compare
Choose a tag to compare

Minor release:

  • Aligns naming conventions with dbt v1.0.0+ to avoid warnings in log

0.3.0

01 May 13:00
Compare
Choose a tag to compare
  • Bump dbt compatibility version to 1.0.0
  • Update overview.md doc block to avoid conflicts between package and user projects (thanks @andrewcstewart)
  • Implement adapter dispatch for all macros (thanks @BeadW)
  • Add default "pattern" to across() (thanks @dgrtwo)

0.2.0

05 Sep 16:24
Compare
Choose a tag to compare

This minor release adds the where() functionality for dynamically selecting columns based on the type methods of dbt's Column class.

0.1.1

13 Apr 23:49
a81f6ed
Compare
Choose a tag to compare

Minor changes in dbt_project file:

  • Align version number with releases
  • Require dbt version >=0.19.0

Initial release

10 Apr 16:50
2ec763a
Compare
Choose a tag to compare
Merge pull request #4 from emilyriederer/reorder

Reorder arguments to align with dplyr API