Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dagster-pipes-rust] - Adds support for reporting custom messages #70

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

marijncv
Copy link
Collaborator

Summary & Motivation

This enables support for reporting custom messages, following the public api of the python implementation here

It also enables the tests from the dagster-pipes-tests suite.

How I Tested These Changes

Added/enabled tests

Changelog

Ensure that an entry has been created in CHANGELOG.md outlining additions, deletions, and/or modifications.

See: keepachangelog.com


pub fn report_custom_message(
&mut self,
payload: Option<serde_json::Value>,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it makes sense to expect a Value instead of Option<Value> here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant