1
0
mirror of synced 2026-01-10 00:03:08 -05:00
Files
airbyte/airbyte-integrations/connectors/source-file-secure/integration_tests/config.json
Vadym 89267fedc8 Source File Secure: Refactor to use the CDK (#7450)
* Remove base-python references

* Fix requirements.txt

* Update connector to CDK

* Bump docker version
2021-11-03 23:12:24 +02:00

11 lines
408 B
JSON

{
"dataset_name": "test",
"format": "csv",
"reader_options": "{\"sep\": \",\", \"nrows\": 20}",
"url": "https://www.stats.govt.nz/assets/Uploads/Business-price-indexes/Business-price-indexes-September-2020-quarter/Download-data/business-price-indexes-september-2020-quarter-corrections-to-previously-published-statistics.csv",
"provider": {
"storage": "HTTPS",
"reader_impl": "gcsfs"
}
}