What is the primary purpose of the `ref()` function in dbt?
-
A
To reference another dbt model and build the DAG dependency graph
-
B
To reference external database tables not managed by dbt
-
C
To define a variable that can be reused across models
-
D
To call a dbt macro within a SQL model