github brooklyn-data/dbt_artifacts 1.0.0b1

latest releases: 2.6.4, 2.6.3, 2.6.2...
pre-release2 years ago

The first beta release of 1.0.0.

This is a complete re-write of the package, using the graph context variable and results on-run-end context variable. It solves multiple issues from pre-v1:

  • 16MB variant limit in Snowflake
  • Solves an issue where failing steps would block future steps from running, preventing the data from being uploaded
  • Makes support for further databases much easier (this release adds Databricks support from the outset)
  • Improves performance by avoiding the need to process any json files, all basic node and node execution models are views

While similar, the schemas of 1.0.0 and pre 1.0.0 do differ, so consider this release a fresh install. We'll investigate the possibility of writing migration code for users who wish to retain their existing pre 1.0.0 data.

This release lacks the following models from earlier versions:

If these are still of interest, please feel free to create an issue so that we can get a sense of their usefulness!

Install with:

packages:
  - git: https://github.com/brooklyn-data/dbt_artifacts.git
    revision: 1.0.0b1

Don't miss a new dbt_artifacts release

NewReleases is sending notifications on new releases.