- Drop support for Python 3.7 (PR)
- Support dbt v1.8 (PR)
- Handle dbt flags for dbt version 1.6 and higher (PR)
- Test dbt v1.7 (PR)
- Make pytest
parser.addoption
type a function (PR)
- Remove upper version constrain for dbt core (PR)
- CI speed up: ignore redundant tox environments (issue, PR)
- Test for Python 3.11 (PR)
- Support dbt v1.5 (PR)
- Add example with column rename macro (PR)
- Add
--profiles-dir
as an option for setting the profiles directory (PR) - Extend tox matrix to test for dbt-spark minor versions (issue, PR)
- Extend testing matrix to test for Python minor version 3.10 (PR)
- Run test examples from docs (issue, PR)
- Add target flag (issue, PR)
- Delete session module is included in dbt-spark
- Add Github templates
- Add dbt project for testing
- Add
--dbt-project-dir
pytest flag that points to the dbt project directory
- Implement use as pytest plugin
- Set-up repo