-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
This is a virtual Connector. It will accept queries that are actually sequences of one or more literal values. Every query execution will generate those constant values. It will also support a couple of constants starting with :
, like :pi
or :e
. In the query, each value will be on a separate line. For example:
- query: |-
42
:pi
Why is this useful?
- Draw a horizontal line that represents some threshold.
- Show that a Connector is actually anything that generates values.