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
As part of an effort to move any ArtifactMixin subclasses upstream of other core modules into the top -level dbt/artifacts directory, we need to move WritableManifest. This will pull in many other dependencies - notably contracts.graph.nodes.
This ticket is just to get the initial WritableArtifact in dbt/artifacts without moving all the upstream dependencies to get the foundation set.
Acceptance criteria
A spike report that highlights any potential approaches and their tradeoffs, as well as a summary of any potential blockers encountered.
Impact to Other Teams
N/A - should be a refactor.
The text was updated successfully, but these errors were encountered:
Housekeeping
Short description
As part of an effort to move any
ArtifactMixin
subclasses upstream of other core modules into the top -leveldbt/artifacts
directory, we need to move WritableManifest. This will pull in many other dependencies - notably contracts.graph.nodes.This ticket is just to get the initial WritableArtifact in dbt/artifacts without moving all the upstream dependencies to get the foundation set.
Acceptance criteria
A spike report that highlights any potential approaches and their tradeoffs, as well as a summary of any potential blockers encountered.
Impact to Other Teams
N/A - should be a refactor.
The text was updated successfully, but these errors were encountered: