Load from Fetching Sources

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.

Listening on Fetching Sources

It is possible to Listen on Fetch Source. For information on how this works, see the Listen-on-Fetch section.