Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@ismailsimsek ismailsimsek released this 04 Mar 10:56

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