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
The #592 introduces possibility to use await queries instead of callbacks:
forawait(const{values, tableMeta}ofqueryApi.iterateRows(fluxQuery)){// consume a particular row at will console.log(JSON.stringify(tableMeta.toObject(values)))}
The #592 introduces possibility to use
await
queries instead of callbacks:We have to update the InfluxDB's docs and UI:
The text was updated successfully, but these errors were encountered: