Skip to content

Commit

Permalink
Do not uppercase snowflake identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
psousa50 committed Jan 11, 2024
1 parent bb5fbd1 commit 079ad38
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions macros/utils.sql
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,6 @@
{% endif %}
{% endmacro %}

{% macro snowflake__quote_identifier(identifier) %}
{% if identifier.startswith('"') %}
{{ return(identifier) }}
{% else %}
{{ return('"' ~ identifier | upper ~ '"') }}
{% endif %}
{% endmacro %}

{% macro cache(scope_key, key, value) %}
{% if dbt_unit_testing.config_is_true('disable_cache') %}
{{ return (nil) }}
Expand Down

0 comments on commit 079ad38

Please sign in to comment.