[CT-3315] [Bug] Selecting nodes downstream of upstream public models for run/build/test/etc #8987
Labels
bug
Something isn't working
Medium Severity
bug with minor impact that does not have resolution timeframe requirement
multi_project
Is this a new bug in dbt-core?
Current Behavior
Currently, I can use these selection criteria for listing nodes downstream of upstream public models:
This correctly lists the public model(s) available from
upstream_project_name
, as well as the nodes in my own project that depend on them (via cross-project ref).But I cannot use the same selection to actually execute (build/run/test/etc) the downstream nodes in my own project:
Expected Behavior
I can select the nodes downstream of upstream project / public models - for listing and execution
Steps To Reproduce
Have a downstream project with cross-project references to public models in an upstream project (I'm using dbt-labs/snowflake-tpcds-sales-spoke)
Relevant log output
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
No response
The text was updated successfully, but these errors were encountered: