Kirill Kulikov
Results
1
issues of
Kirill Kulikov
According to the official documentation, the functions should be after the keyword "SELECT". I wrote: ```python ranges = (datetime.now() - timedelta(days=3), datetime.now()) res = Metric.timescale\ .filter(pool=pool, time__range=ranges)\ .values('time', 'value') ```...