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
fix: add identifier field to all Nodes models in manifest_v12 (#98)
The backend's `extraction_helpers.py` accesses `node.identifier` on
Nodes objects, but only Sources models had this field. When `node.alias`
is falsy, the fallback to `node.identifier` raises `AttributeError` on
Pydantic v2 models, crashing dbt cloud batch ingestion.
Adds `identifier: Optional[str] = None` to all 8 Nodes variants
(Nodes through Nodes7) in manifest_v12.py.
Affected batches (all docusign tenant):
- 1401714, 1401603, 1401599, 1396367, 1396366, 1391223
Co-authored-by: Claude Opus 4.6 <[email protected]>
0 commit comments