Streamling Transform Plugin

Use when implementing a streamling TransformPlugin — process_batch with RecordBatch in and RecordBatch out, declaring output_schema, filtering or projecting with Arrow compute (boolean masks, filter_record_batch), handling empty batches, and passing checkpoints through. Use this instead of the built-in sql transform when row logic needs custom Rust or external calls. Assumes streamling-plugin-basics.

goldsky-io 5ec02ec 9.0 KB Updated

File contents

goldsky-io/streamling/tree/main/skills/streamling-transform-plugin commit 5ec02ec9dd

Frequently asked questions

npx skillmds@latest add goldsky-io/streamling-transform-plugin