Function parse_dryrun_data

Source
fn parse_dryrun_data(
    data_type: String,
    data: String,
) -> Result<Vec<PipelineMap>>
Expand description

Parse the data with given content type If the content type is invalid, return error content type is one of application/json, text/plain, application/x-ndjson