Error: No Stages Rendered

Error

If you receive the error, "No Stages Rendered", this typically means there is an incorrect or missing configuration within the Node that is causing the error.

Solution

We have detailed typical configuration errors that result in this error by Node Type:

Dimension Node

  • The "Business Key" may not be configured in the Node Configuration

View Node

  • The "Override Create SQL" option has been enabled in the Node Configuration, but the SQL in the Create SQL tab has not been updated correctly or has missing elements, ie: it does include a "CREATE OR REPLACE VIEW" statement at its start. Validate your SQL statement is written to execute if pasted directly in Snowflake (assuming resolution of any variables you are using).