We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b89e3 commit e29af1bCopy full SHA for e29af1b
tinybird/endpoints/log_timeseries.pipe
@@ -103,7 +103,7 @@ SQL >
103
{% if defined(request_method) and request_method != '' %}
104
AND request_method in {{Array(request_method)}}
105
{% end %}
106
- {% if defined(status_code) and status_code != '' %}
+ {% if defined(status_code) %}
107
AND status_code in {{Array(status_code)}}
108
109
{% if defined(request_path) and request_path != '' %}
0 commit comments