* create a fork for the source-file connector * update docs and tests * update docs and tests * add secrets Co-authored-by: George Claireaux <george@claireaux.co.uk> * switching among auth methods * refactoring after reviews * correction of doc * update spec file Co-authored-by: Maksym Pavlenok <maksym.pavlenok@globallogic.com> Co-authored-by: George Claireaux <george@claireaux.co.uk>
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"dataset_name": "test",
|
|
"format": "csv",
|
|
"reader_options": "{\"bla\": \",\", \"nrows\": 20}",
|
|
"url": "file:///tmp/fake_file.csv",
|
|
"provider": {
|
|
"storage": "local"
|
|
}
|
|
}
|