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
POST /qp/query
...
create_table: experiment
fields:
a: UInt64
b: String
c: Float64
engine: Merge
order_by:
- a
timestamp:
field: a
precision: ms
partition_by:
- b
Or the json request with the same data.
The processing component should create the following entry int the tables table:
What
Desired functionality:
Or the json request with the same data.
tables
table:/tmp/experimental/tmp
and/tmp/experimental/data
folders.#How
/qp/query
._
character and don't start with a number.fields
attributes.tables
table and create the folders on the HD.The text was updated successfully, but these errors were encountered: