You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- actual_count | int == (synth_data_rates.data_log.log_count | int)
43
+
- actual_count | int == (synth_data_rates.data_summary.log_count | int)
44
44
fail_msg: >-
45
45
Query did not return all data entries. Expected
46
-
{{ synth_data_rates.data_log.log_count }} log entries, but Loki
46
+
{{ synth_data_rates.data_summary.log_count }} log entries, but Loki
47
47
only returned {{ actual_count }}
48
-
success_msg: "Query returned all data entries. Input file had {{ synth_data_rates.data_log.log_count }} entries and Loki returned {{ actual_count }}"
48
+
success_msg: "Query returned all data entries. Input file had {{ synth_data_rates.data_summary.log_count }} entries and Loki returned {{ actual_count }}"
0 commit comments