1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-integrations/connectors/source-file-secure/integration_tests/local_config.json
Maksym Pavlenok 059645fad4 🎉 Source File: separate secure fork (#6768)
* 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>
2021-10-20 12:28:26 +03:00

10 lines
185 B
JSON

{
"dataset_name": "test",
"format": "csv",
"reader_options": "{\"bla\": \",\", \"nrows\": 20}",
"url": "file:///tmp/fake_file.csv",
"provider": {
"storage": "local"
}
}