tremor-rs / tremor-www

The source code for the www.tremor.rs website
https://www.tremor.rs/
Apache License 2.0
14 stars 32 forks source link

Docs miss a general section about how to set event metadata #245

Open mfelsche opened 2 years ago

mfelsche commented 2 years ago

Users asked us for help on how to set event metadata for a specific connector. It should be clear from the docs how to do this, lets improve here.

Hint: via $ path. That path refers to a record that can be manipulated. Connector-specific metadata always is stored under the prefix $<CONNECTOR_TYPE>. at this key you can always expect a record with further options, detailed in the connectors documentation.