Skip to content

Releases: brooklyn-data/dbt_artifacts

0.7.0

02 Feb 21:47
f124f53
Compare
Choose a tag to compare

This release adds several new models:

  • dim_dbt__seeds
  • dim_dbt__snapshots
  • dim_dbt__tests
  • dim_dbt__current_models
  • fct_dbt__seed_executions
  • fct_dbt__snapshot_executions
  • fct_dbt__test_executions

And includes some internal improvements and clean ups.

Thank you to @alanmcruickshank and @stkbailey for their contributions!

Support dbt 1.0.0

20 Dec 14:19
064c76c
Compare
Choose a tag to compare
Merge pull request #57 from brooklyn-data/dbt_1.0.0

Add compatibility with dbt 1.0.0

Support dbt 0.20.0

23 Jul 08:58
27d81ab
Compare
Choose a tag to compare

This release supports dbt 0.20.0

Added dbt cloud support

07 Jul 13:04
3b24316
Compare
Choose a tag to compare
Pre-release

Thanks to @NiallRees for this 🙌

Bugfix Release

04 May 17:50
Compare
Choose a tag to compare

This release adds:

Added Exposures Data

16 Apr 15:08
f0272bb
Compare
Choose a tag to compare

Adds extraction and modelling of dbt Exposures. Thanks to @kon-mal for contributing these models 🚀

Fix screenshot for dbt hub docs

12 Mar 11:14
40c90ce
Compare
Choose a tag to compare

Use an absolute path instead of relative

Add Sources Support

05 Mar 14:04
63550bd
Compare
Choose a tag to compare
  • Added dim_dbt__sources, containing details about the Sources defined in your dbt project.
  • Added additional columns to dim_dbt__models to extract database info.

Drastically improve build speed and add dim_dbt__models

03 Mar 22:05
413068e
Compare
Choose a tag to compare

Added intermediate models which make overall build speed considerably faster along with some more incrementalizing.

Correct materializations with README note

12 Feb 12:32
Compare
Choose a tag to compare