External DocumentationTo learn more, visit the Devo documentation.
Actions
Run Query
Run a LINQ query.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| From | The start date. |
| Query | This is the query that you want to run, expressed in LINQ. |
| Query ID | This is the ID of the query that you want to run. |
| Query Identifier | Select a method for running the query. |
| Query Priority | Set the query priority. |
| To | The end date. |
| Parameter | Description |
|---|---|
| Limit | Maximum number of elements returned in the response. |
| Offset | Position of the first element in the returned list. You will retrieve a subset of records starting with the offset value. |
| Progress Info | Select if you want to get progress info about the requested query. |
{
"query": "from demo.ecommerce.data select *",
"from": 1519645036,
"to": 1519645136,
"mode": {
"type": "json"
},
"destination": {
"type": "hdfs",
"params": {
"param1": "value1",
"param1": "value2"
}
}
}
Was this page helpful?