+ +```json +{ + "add_metadata_columns": true, + "filesystem": "github", + "github": { + "org": "MeltanoLabs", + "repo": "tap-csv" + }, + "files": [ + { + "entity": "alphabet", + "path": "tap_csv/tests/data/alphabet.csv", + "keys": [ + "col1" + ] + } + ] +} +``` + +
++ +```json +{ + "add_metadata_columns": true, + "filesystem": "dropbox", + "dropbox": { + "token": "...." + }, + "files": [ + { + "entity": "alphabet", + "path": "/alphabet.csv", + "keys": [ + "col1" + ] + } + ] +} +``` + +
+