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
If you modify a snapshot file with multiple snapshot blocks, and then do 'dbt run', you see the error "dbt found two resources with the name "date_orders_snapshot". Running with "--no-partial-parse" will re-parse the entire project and then you can run again.
The partial parsing code does not handle multiple snapshot blocks.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Bug] modifying snapshot files with multiple snapshots causes error (partial parsing)
[CT-273] [Bug] modifying snapshot files with multiple snapshots causes error (partial parsing)
Feb 23, 2022
If you modify a snapshot file with multiple snapshot blocks, and then do 'dbt run', you see the error "dbt found two resources with the name "date_orders_snapshot". Running with "--no-partial-parse" will re-parse the entire project and then you can run again.
The partial parsing code does not handle multiple snapshot blocks.
The text was updated successfully, but these errors were encountered: