Related to "outputs"
yield() function
The yield()
function indicates the input tables received should be delivered as a result of the query.
sql.to() function
The sql.to()
function writes data to a SQL database.
to() function
to()
writes data to an InfluxDB Cloud or v2.x bucket and outputs the written data.
experimental.to() function
The experimental.to()
function writes data to an InfluxDB v2.0 bucket. The function structures data differently than the built-in to()
function.
mqtt.to() function
The mqtt.to()
function outputs data to an MQTT broker using MQTT protocol.
requests.do() function
requests.do()
makes an HTTP request using the specified request method.
requests.get() function
requests.get()
makes an HTTP request using the GET request method.
requests.post() function
requests.post()
makes an HTTP request using the POST request method.