tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

User-defined Operator Arguments #64

Open dominiklohmann opened 12 months ago

dominiklohmann commented 12 months ago

User-defined operators currently do not take arguments. We want to enable this to make it easy to share more powerful custom operators.

### Definition of Done
- [ ] Design the syntax for user-defined operator arguments.
- [ ] Implement the changes.