Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
πŸ› Fix error in example main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
christeefy committed Dec 6, 2024
1 parent ad3da5d commit af41161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() -> Result<(), DagsterPipesError> {
"example_rust_subprocess_check",
true,
"example_rust_subprocess_asset",
AssetCheckSeverity::Warn,
&AssetCheckSeverity::Warn,
json!({"quality": {"raw_value": 5, "type": "int"}}),
);
Ok(())
Expand Down

0 comments on commit af41161

Please sign in to comment.