Remove filterout labels by dates.

pull/452/head
Andrey Dolgolev 2021-11-23 17:22:47 +02:00
rodzic 41285d5a78
commit 74a8f97fcc
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -284,15 +284,6 @@ def generate_data(
.distinct()
)
if start is not None:
label_requested = label_requested.filter(
func.to_timestamp(label_model.block_timestamp) > start
)
if end is not None:
label_requested = label_requested.filter(
func.to_timestamp(label_model.block_timestamp) < end
)
label_requested = label_requested.subquery(name="label_requested")
# empty timeseries with tags