Documentation Index
Fetch the complete documentation index at: https://docs.goldsky.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Discards all incoming records without writing anywhere. Useful for benchmarking source and transform throughput without sink I/O overhead, or for temporarily disabling output while iterating on transforms.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