* Migrate File source to CDK structure * fix .dockerignore file * remove SAT requirements * update Dockerfile * change Dockerfile to base images python:3.7-slim * add SAT tests * update tests * add secret/config.json for source-file * update changelogs
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"dataset_name": "fake_csv",
|
|
"format": "csv",
|
|
"reader_options": "{\"sep\": \",\", \"nrows\": 20}",
|
|
"url": "https://test.fakr.com/cfake_data.csv",
|
|
"provider": {
|
|
"storage": "HTTPS",
|
|
"reader_impl": "fake"
|
|
}
|
|
}
|