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
functionality of VersionSpecifier.from_version_string and VersionSpecifier.to_version_string could be re-implemented in a standalone adapter version method defined in dbt/adapters
(3) feels most practical given the limited amount of functionality from semver used in dbt/adapters.
Acceptance criteria
dbt/adapters has no dependency on dbt.semver
Impact to Other Teams
1p adapter imports will need to be updated, but those can be done separately as part of a bundled migration of 1p for #8917 if the work is done on a feature branch: #8906
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered:
Update. Waiting for some answers from Cloud config folks on safety to address this with a simple move. I have the code change for Core pretty much good to go. Just don't want to merge before I have a plan for downstream workflows.
Housekeeping
Short description
dbt.semver.VersionSpecifier.from_version_string
anddbt.semver.VersionSpecifier.to_version_string
are used in the AdapterContainer to fire an event when registering adapters.
Implementation options:
(3) feels most practical given the limited amount of functionality from semver used in dbt/adapters.
Acceptance criteria
dbt/adapters has no dependency on
dbt.semver
Impact to Other Teams
1p adapter imports will need to be updated, but those can be done separately as part of a bundled migration of 1p for #8917 if the work is done on a feature branch: #8906
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: