Load from Fetching Sources

Example of a request to perform a LOAD (fetching) operation from a CSV, JDBC or Avro source. A Fetching operation will execute the LOAD operation asynchronously:

{
    "operation": "LOAD",
    "topics": ["Trade"],
    "scope": {
      "CobDate": "2019-11-21"
    }
}

When loading data from a CSV source, the scope in the request payload resolves to a sub-folder in the data root directory.

search.js