Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 2.42 KB
  • Drop support for Python 3.7 (PR)

[0.2.4] - 2024-06-04

  • 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)

[0.2.3] - 2023-08-25

  • Remove upper version constrain for dbt core (PR)
  • CI speed up: ignore redundant tox environments (issue, PR)
  • Test for Python 3.11 (PR)

[0.2.2] - 2023-08-09

  • Support dbt v1.6 (PR, PR)

[0.2.1] - 2023-05-03

  • Support dbt v1.5 (PR)

[0.2.0] - 2023-03-01

  • 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)

[0.1.0] - 2022-07-22

[0.1.0rc1] - 2022-05-27

  • Add dbt project for testing
  • Add --dbt-project-dir pytest flag that points to the dbt project directory

[0.1.0.dev2] - 2022-01-28

  • Implement use as pytest plugin

[0.1.0.dev1] - 2022-01-28

  • Set-up repo