Overview
Discard all data without performing any operation. Useful for testing pipeline performance without I/O overhead, and inspect transforms feeding into it during development.Configuration
Parameters
Must be
blackholeThe transform or source to read data from
Use Cases
- Performance Testing: Measure transform performance without sink overhead
- Pipeline Validation: Test that data flows correctly without writing anywhere
- Development: Temporarily disable output while working on transforms