tenzir / public-roadmap

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

Apply Operator #132

Closed dominiklohmann closed 10 months ago

dominiklohmann commented 10 months ago

In order to be able to externalize pipelines or user-defined operators better, we want to add an apply <script> operator. <script> may either be an absolute path to a .tql file, or just an identifier that is autocompleted to <script-dir>/<identifier>.tql, where <script-dir> is a directory inside the config directory.

### Definition of Done
- [x] Implement and document the `apply` operator