Skip to content

Commit

Permalink
fix: remove lf_inherited_tags parameter from create_or_replace_view m…
Browse files Browse the repository at this point in the history
…acros (#565)
  • Loading branch information
sanromeo authored Jan 17, 2024
1 parent 5dc6711 commit 2ff11c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{%- endcall %}

{% if lf_tags_config is not none %}
{{ adapter.add_lf_tags(target_relation, lf_tags_config, lf_inherited_tags) }}
{{ adapter.add_lf_tags(target_relation, lf_tags_config) }}
{% endif %}

{% if lf_grants is not none %}
Expand Down

0 comments on commit 2ff11c2

Please sign in to comment.