You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Changelog entries are co-mingled for dbt-adapters and dbt-tests-adapter, despite these packages being released independently. Additionally, the linked issues don't appear to be populating.
Expected Behavior
Setup a separate changelog process inside of ./dbt-tests-adapter to manage changelog entries and the consolidated changelog:
dbeatty10
changed the title
[Tech Debt] Establish a separate changelog process for debt-tests-adapter
[Tech Debt] Establish a separate changelog process for dbt-tests-adapterJul 16, 2024
Is this a new bug?
Current Behavior
Changelog entries are co-mingled for
dbt-adapters
anddbt-tests-adapter
, despite these packages being released independently. Additionally, the linked issues don't appear to be populating.Expected Behavior
Setup a separate changelog process inside of
./dbt-tests-adapter
to manage changelog entries and the consolidated changelog:Steps To Reproduce
Look at the current
CHANGELOG.md
, notice that it contains changes for a version1.1.0
(dbt-adapters
) and a version1.8.0
(dbt-tests-adapter
).Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: