dbt - Governance and Collaboration
Which of the following is the correct syntax to reference a model named
finance.revenue in dbt?finance.revenue in dbt?ref() syntaxref() function takes a string with the full model name including schema if needed.finance.revenue, so it must be passed as a string exactly.ref('finance.revenue') -> Option Aref('model_name') [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions