We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52b320 commit ee9a6cbCopy full SHA for ee9a6cb
dbt_invoke/properties.py
@@ -821,7 +821,7 @@ def _structure_property_file_dict(
821
# when not already present
822
if template_yml and resource_type in template_yml:
823
_apply_template(
824
- property_file_dict['models'][0], template_yml['model']
+ property_file_dict['models'][0], template_yml[resource_type]
825
)
826
# Get the sub-dictionaries of each existing column
827
resource_type_plural = _SUPPORTED_RESOURCE_TYPES[resource_type]
0 commit comments