I’m working my way through the dbt fundamentals course and I’m having a little difficulty with sources ymls.
I’m using Databricks Unity Catalog.
Within the sources yml there is a Name property and also a schema property.
When do you know which one you should reference in a source{{}} call?
There doesn’t appear to be a clear rhyme or reason within the tutorial quiz. Sometimes they use name, sometimes they use schema, even though they always declare both properties but obviously I’m just misunderstanding something.