Skip to content

Commit 825372f

Browse files
committed
Update
- modified error message - added filters in alerts - added multiple alert conditions for one alert
1 parent afed517 commit 825372f

File tree

8 files changed

+619
-88
lines changed

8 files changed

+619
-88
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build = "build.rs"
99

1010
[dependencies]
1111
### apache arrow/datafusion dependencies
12+
arrow = "53.0.0"
1213
arrow-schema = { version = "53.0.0", features = ["serde"] }
1314
arrow-array = { version = "53.0.0" }
1415
arrow-json = "53.0.0"
@@ -120,7 +121,6 @@ prost-build = "0.13.3"
120121
[dev-dependencies]
121122
maplit = "1.0"
122123
rstest = "0.23.0"
123-
arrow = "53.0.0"
124124

125125
[package.metadata.parseable_ui]
126126
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.12/build.zip"

src/alerts/alerts_utils.rs

Lines changed: 317 additions & 15 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)