Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- modified error message
- added filters in alerts
- added multiple alert conditions for one alert
  • Loading branch information
parmesant committed Jan 2, 2025
1 parent 1794f93 commit d575c1f
Show file tree
Hide file tree
Showing 8 changed files with 616 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build = "build.rs"

[dependencies]
### apache arrow/datafusion dependencies
arrow = "53.0.0"
arrow-schema = { version = "53.0.0", features = ["serde"] }
arrow-array = { version = "53.0.0" }
arrow-json = "53.0.0"
Expand Down Expand Up @@ -120,7 +121,6 @@ prost-build = "0.13.3"
[dev-dependencies]
maplit = "1.0"
rstest = "0.23.0"
arrow = "53.0.0"

[package.metadata.parseable_ui]
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.12/build.zip"
Expand Down
332 changes: 317 additions & 15 deletions src/alerts/alerts_utils.rs

Large diffs are not rendered by default.

Loading

0 comments on commit d575c1f

Please sign in to comment.