Skip to content

GONRG-3161: Possibility to choose Dataset service

Yan Sushchynski (EPAM) requested to merge GONRG-3161_CSV_parser_dataset into master

This MR introduces possibility to choose Dataset Service by using data_service_to_use field.

If we don't use this field, File Service is chosen

Example of Workflow:

{
    "executionContext": {
        "Payload": {
            "AppKey": "test-app",
            "data-partition-id": "{{data-partition-id}}"
        },
        "id": "{{dataset_id}}",
        "dataPartitionId": "{{data-partition-id}}",
        "data_service_to_use": "dataset"
    }
}
Edited by Yan Sushchynski (EPAM)

Merge request reports