Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected syntax for defining the foreign key reference model using r…
…ef() Code sample indicated to use `to: "{{ ref('other_model_name) }}"' which results in "Compilation error [...] 'ref' is undefined" Using `to: ref('other_model_name')` parses correctly.
- Loading branch information