Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AltimateAI/datapilot-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AltimateAI/datapilot-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/add-identifier-to-nodes-models
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Apr 6, 2026

  1. fix: add identifier field to all Nodes models in manifest_v12

    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]>
    Sourabhchrs93 and claude committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    fef85fb View commit details
    Browse the repository at this point in the history
Loading