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
- Update testcontainers requirement from <4.10,>=3.7 to >=3.7,<4.11 by @dependabot in #65
- Add new and modern dbt documentation by @ismailsimsek in #66
- Remove dbt 1.6 support, remove it from tests by @ismailsimsek in #69
- Provide column level lineage with improved catalog UI by @ismailsimsek in #67
- Improve Dbt Docs UI and testing by @ismailsimsek in #70
- Align class naming by @ismailsimsek in #72
- Add run result information to UI by @ismailsimsek in #71
- Improve UI, combine run result info by @ismailsimsek in #73
- Update plugin to provide more catalog information by @ismailsimsek in #74
- Publish documentation with mkdocs by @ismailsimsek in #75
Full Changelog: 0.13.0...0.14.0