Commit 949b585
authored
fix: Match on model short name rather than fully qualified name
Based on the documentation, it proposes you should pass in the short name of the model, however, because of how the dictionary is created for the manifest and catalog objects, the names its checking are the fully qualified name with dbt_project.database.model_name which causes no matches.1 parent 220ebde commit 949b585
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments