We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40b0a6 commit ed7a5cdCopy full SHA for ed7a5cd
1 file changed
macros/get_metric_sql.sql
@@ -66,12 +66,6 @@ with source_query as (
66
67
from {{ model }}
68
where 1=1
69
- {% if start_date %}
70
- and date_day >= '{{ start_date }}'
71
- {% endif %}
72
- {% if end_date %}
73
- and date_day <= '{{ end_date }}'
74
75
{%- for filter in metric.filters %}
76
and {{ filter.field }} {{ filter.operator }} {{ filter.value }}
77
{%- endfor %}
0 commit comments