Skip to content

Commit

Permalink
fix (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapollak authored May 2, 2024
1 parent 6124139 commit 3e7b1c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{% if not loop.last %} union all {% endif %}
{%- endfor %}
{%- else %}
{{ elementary.empty_table([('edr_column_name','string'),('bucket_start','timestamp'),('bucket_end','timestamp'),('bucket_duration_hours','int'),('metric_name','string'),('metric_value','float')]) }}
{{ elementary.empty_table([('edr_column_name','string'),('bucket_start','timestamp'),('bucket_end','timestamp'),('bucket_duration_hours','int'),('dimension','string'),('dimension_value','string'),('metric_name','string'),('metric_value','float')]) }}
{%- endif %}

),
Expand Down

0 comments on commit 3e7b1c3

Please sign in to comment.