Why use notifications
This helps you monitor data pipeline health without manual checking. Instead of polling job status, you configure a notification destination (such as a webhook or email) and receive events when jobs finish. You can react to failures quickly or trigger downstream processes on success.Subscription model
You create a notification subscription for a transformation. The subscription specifies the destination and optionally filters (for example, only failures). When a job completes, the system sends a notification to your configured endpoint.Configure your notification destination to accept and validate incoming requests. Ensure the endpoint is reachable from CDF.
Key capabilities
- Subscribe to transformation job events
- Receive alerts on completion or failure
- Configure destinations (webhooks, etc.)
- Filter by success or failure