blob: 0f96a93ef7b635764bebd6289a6b9144d1a8c6e9 [file] [log] [blame]
{
"name": "prof_batch",
"process.type": "batch",
"timestamp": 123456,
"data.sources": [
{
"name": "source",
"connector": {
"type": "avro",
"version": "1.7",
"dataframe.name": "this_table",
"config": {
"file.name": "src/test/resources/users_info_src.avro"
},
"pre.proc": [
"select * from this_table where user_id < 10014"
]
}
}
],
"sinks": [
"CONSOLESink"
]
}