hydro-project / hydroflow

Hydro's low-level dataflow runtime
https://hydro.run/docs/hydroflow/
Apache License 2.0
469 stars 34 forks source link

allow dataflow to change operator params #968

Closed jhellerstein closed 3 weeks ago

jhellerstein commented 9 months ago

Some operators like source_interval have a parameter that we might like to change dynamically via dataflow.

jhellerstein commented 8 months ago

Very few operators have params other than code blocks or file names. Maybe just implement source_dynamic_interval or something?

MingweiSamuel commented 3 weeks ago

(possible to do the specific source_interval example in a roundabout way, in rust, via Streams)