You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume we have data in the cpu table with a host tag and do this query in a plugin: influxdb3_local.query_rows("SELECT * FROM cpu where host = error")
If running a wal plugin test, the error this produces should be returned to the user. If running this in an executing trigger, the error should be captured so that it can be put into a system table for review.
The text was updated successfully, but these errors were encountered:
Assume we have data in the
cpu
table with ahost
tag and do this query in a plugin:influxdb3_local.query_rows("SELECT * FROM cpu where host = error")
If running a wal plugin test, the error this produces should be returned to the user. If running this in an executing trigger, the error should be captured so that it can be put into a system table for review.
The text was updated successfully, but these errors were encountered: