analytics/test
Vini Brasil 5012e0c0ec
Set with_imported=false in realtime mode (#3053)
This commit fixes a bug where timeseries queries - such as the main
graph - would fail with imported data in realtime mode. Realtime mode
`date` field is not actually a date, but minutes from now. This would
cause the imported tables join to fail with this error:

```
(Ch.Error Code: 53. DB::Exception: Can't infer common type for joined
columns: date: Int64 at left, s1.date: Date at right. There is no
supertype for types Int64, Date because some of them are
Date/Date32/DateTime/DateTime64 and some of them are not.
(TYPE_MISMATCH)
```

This commit removes imported data from realtime queries, as it doesn't
make sense to include it. Imported data does not have time precision,
and would only appear in the first day the data was imported anyways.
2023-06-19 11:02:31 +01:00
..
e2e Make checkly alert after 5 minutes of downtime (#2599) 2023-01-17 11:58:01 +02:00
load Fix script path for k6 load test (#2068) 2022-07-29 09:00:50 -03:00
plausible Pass cached site struct down the ingestion pipeline (#3027) 2023-06-14 14:39:06 +01:00
plausible_web Set with_imported=false in realtime mode (#3053) 2023-06-19 11:02:31 +01:00
priv Replace Geolix with Locus (#2362) 2023-01-17 12:05:09 -03:00
support Revenue tracking: Add currency field to goal creation (#2948) 2023-05-23 12:08:09 +02:00
workers Add eventually/1 call to flaky test (#3054) 2023-06-19 10:32:34 +01:00
test_helper.exs Revenue tracking: Add currency field to goal creation (#2948) 2023-05-23 12:08:09 +02:00