The problem I’m having
I want to dynamically change to snowflake_warehouse based on a variable input. Is there a way to use a variable in the config block of a model to change which snowflake warehouse is used?
Below is what i’ve tried in the config block but I can’t get it to compile correctly.
Some example code or error messages
snowflake_warehouse: var('default_xs_warehouse') if is_incremental() else var('small_warehouse'),