dbt - Jinja in dbt
Which of the following is the correct syntax to access the current target schema in a dbt Jinja template?
target variable structuretarget is a dictionary with keys like schema and database.{{ target.schema }}. Other options misuse variables or properties.{{ target.schema }} [OK]target for schema or database [OK]this or invocation_id15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions