From b4a4b08515c1b229135ae4fe811a2508aa8d6f07 Mon Sep 17 00:00:00 2001 From: artc95 Date: Fri, 1 Mar 2024 15:34:23 +0100 Subject: [PATCH] update CHANGELOG on specifying commit SHA, and failing test fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c891d..6cc41fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,16 @@ Supporting dbt-core 1.8.0 - from pytest~=7.4. to pytest~=8.0.1 - from twine~=4.0.2 to twine~=5.0.0 - from pre-commit~=3.5.0 to pre-commit~=3.6.2 + - specify commit SHA of dbt-core and dbt-adapters in dev_requirements.txt, to fix make dev * Inherit [dbt-fabric v1.8.0rc2](https://github.com/microsoft/dbt-fabric/blob/v1.8.0rc2/setup.py) - Bump adapter packages - from pyodbc>=4.0.35,<5.1.0" to pyodbc>=4.0.35,<5.2.0 > From now on, Apple-silicon users don't have to locally build pyodbc, because M1, M2 binaries is included in pyodbc from 5.1.0 onwards! +## Under the hood +* Fix failing test tests/functional/adapter/test_query_comment.py::TestMacroArgsQueryComments::test_matches_comment to use correct dbt_version, see [dbt-core](https://github.com/dbt-labs/dbt-core/blob/main/tests/functional/adapter/query_comment/test_query_comment.py) + ## v1.7.0 * Official release