dbt - Jinja in dbt
In dbt, what will happen if you try to use
{{ invocation_id }} in a model without passing it explicitly or having it in the context?{{ invocation_id }} in a model without passing it explicitly or having it in the context?invocation_id is a built-in variable available only during runtime and must be present in the Jinja context.invocation_id is not passed or defined, Jinja will not find it and raise an undefined variable error during compilation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions