[CT-3145] [Bug] partial parsing issue when adding private models to a new group #8697
Labels
backport 1.6.latest
bug
Something isn't working
High Severity
bug with significant impact that should be resolved in a reasonable timeframe
Is this a new bug in dbt-core?
Current Behavior
loom explanation
adding multiple nodes that have a relationships to the same group with private access results in a parsing error:
in this case,
int_returns__unioned
is a child ofstg_tpcds_core__catalog_returns
, both were added to a newly-created group calledsales_analytics
and had access set toprivate
, all of which happened between invocations of dbt.Expected Behavior
everything should parse just fine! these are both private members of the same group and we love that
Steps To Reproduce
see loom!
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
i love dbt
The text was updated successfully, but these errors were encountered: