8000 Releases · memiiso/opendbt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: memiiso/opendbt

0.14.0

01 May 09:03
Compare
Choose a tag to compare

Notable changes

  • Improved Documentation and UI: A new and modern dbt documentation has been added, alongside significant improvements to the Dbt Docs UI, catalog UI, and the overall user interface.
  • Enhanced Lineage and Metadata: Column-level lineage is now provided with an improved catalog UI, and the plugin has been updated to offer more detailed catalog information. Run result information has also been added and combined within the UI.
  • Dropped Support for dbt 1.6: Support for dbt version 1.6 has been removed, including its exclusion from tests.
  • Documentation Publishing: Documentation is now published using mkdocs.

What's Changed

Full Changelog: 0.13.0...0.14.0

0.13.0

04 Mar 10:56
Compare
Choose a tag to compare

Notable changes

This release of opendbt introduces significant enhancements focused on expanding functionality, and bolstering code quality.
Key changes include "local-python" execution and dlt integration for broader data pipeline capabilities, and refactored code for better maintainability.

Enhanced Functionality:

  • Introduced "local-python" execution mode, enabling direct Python execution within dbt.
  • Added dlt (data load tool) integration, expanding data pipeline capabilities. Now its possible to use dbt model and do Extract and Load

Improved Code Structure and Maintainability:

  • Implemented decorator for runtime patching, making the code more maintainable.
  • Moved logger functionality to a separate file, improving code organization.
  • Refactored and improved the main opendbt CLI code for better readability and maintainability.

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

17 Dec 14:51
Compare
Choose a tag to compare

Notable changes

With this release using cross project dbt ref supported: other names dbt mesh, multi porject dbt setup

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

17 Dec 14:49
Compare
Choose a tag to compare

Notable changes

Now with opendbt its possible to register project level dbt callbacks

What's Changed

  • Improve OpenDbtCli, load and activate project callbaks befor run by @ismailsimsek in #45
  • OpenDbtCli, load and activate project callbaks befor run Part-2 by @ismailsimsek in #46

Full Changelog: 0.10.0...0.11.0

0.10.0

11 Dec 18:31
Compare
Choose a tag to compare

Notable changes

  • Sample code added which demonstrates dlt and dbt integration, see blog post
  • dbt 1.6.x and 1.9.x support added.

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

02 Dec 20:32
7788c50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

15 Nov 13:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

02 Nov 12:06
Compare
Choose a tag to compare

Notable changes.

This release integrates SqlFluff to dbt cli. See example dbt project with .sqlfluff config
-dbt sqlfluff fix formats the project
-dbt sqlfluff lint prints the linting issues in the project

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

16 Oct 10:10
0da7344
Compare
Choose a tag to compare

Breaking changes

  • DBT Docs url in airflow is changed. new url format is ***/dbt/dbt_docs_index.html (#20)

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

05 Oct 15:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0