Skip to content

Commit

Permalink
formatting get_show_sql macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 25, 2023
1 parent 7c118f7 commit 81f68e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/dbt/include/global_project/macros/adapters/show.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{% macro get_show_sql(compiled_code, sql_header, limit) -%}
{%- set sql_header = sql_header -%}
{{ sql_header if sql_header is not none }}
{%- if sql_header -%}
{{ sql_header }}
{%- endif -%}
{%- if limit is not none -%}
{{ get_limit_subquery_sql(compiled_code, limit) }}
{%- else -%}
Expand Down

0 comments on commit 81f68e6

Please sign in to comment.