Notify

In DataSpace, a notification can be created as a specific type of transformation. Unlike typical transformations that process or modify data, a notification transformation acts on the data that flows through the pipeline to trigger external communication. This allows users to send messages or alerts based on the results or contents of their data, rather than on system events or job status.

Since transformations are written in Python, users have full flexibility to define their own notification logic. A transformation can, for example, send a message to a team channel when a dataset reaches a certain value or include summary statistics in a Slack or Telegram message.

The following are reference implementations that demonstrate how to connect to external APIs for messaging

Last updated