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
dbt-core#15900 — separate failure mode, also Snowflake: dbt-core can't deserialize the Fusion-produced manifest back (FusionParserSchemaError on the unit_tests field shape).
dbt-core#15736 — same "Fusion parser failed (exit N)" shape, but on BigQuery — so the instability isn't purely Snowflake-specific.
A customer experienced a crash when attempting to use this flag (Fusion parser failed (exit 1), "Unable to do partial parsing because of a version mismatch"). It doesn't exactly match any single one of the above core issues, but it's clearly the same broadly-fragile surface.
For context, --use-v2-parser was recommended as the short-term mitigation for a gateway timeout in Studio on a large project. With this mitigation itself broken on Snowflake, the customer has no interim workaround until either (a) Snowflake adapter parity lands, or (b) the IDE team's async-timeout fix ships (which only stops the hard-fail, doesn't speed anything up).
Expected Behavior
Full support/reliability for --use-v2-parser when using Snowflake on Latest Mantle.
Steps To Reproduce
Customer attempted to run dbt parse --use-v2-parser in Studio which returned the error. Environment is on Latest Mantle.
Is this a new bug in dbt v2.x compared to the latest version of dbt 1.x?
Current Behavior
I did some digging and found this is already a documented pattern across multiple filed GitHub issues:
A customer experienced a crash when attempting to use this flag (Fusion parser failed (exit 1), "Unable to do partial parsing because of a version mismatch"). It doesn't exactly match any single one of the above core issues, but it's clearly the same broadly-fragile surface.
For context, --use-v2-parser was recommended as the short-term mitigation for a gateway timeout in Studio on a large project. With this mitigation itself broken on Snowflake, the customer has no interim workaround until either (a) Snowflake adapter parity lands, or (b) the IDE team's async-timeout fix ships (which only stops the hard-fail, doesn't speed anything up).
Expected Behavior
Full support/reliability for --use-v2-parser when using Snowflake on Latest Mantle.
Steps To Reproduce
Customer attempted to run
dbt parse --use-v2-parserin Studio which returned the error. Environment is on Latest Mantle.Relevant log output
Environment
Which database adapter are you using?
snowflake
Is this a discrepancy vs. dbt 1.x?
Additional Context
No response