aboutsummaryrefslogtreecommitdiffhomepage
path: root/tap_google_sheets/streams.py
diff options
context:
space:
mode:
authorJeff Huth <jeff.huth@bytecode.io>2019-11-13 17:12:54 -0800
committerJeff Huth <jeff.huth@bytecode.io>2019-11-13 17:12:54 -0800
commit66bc495f76684fc0de611643e7c464bd46203125 (patch)
treebcce43e347fb451c58ed2095bd2d3a424b6ea3a9 /tap_google_sheets/streams.py
parent89643ba6fa98db82efd3246805ef801a8bfb5c81 (diff)
downloadtap-google-sheets-66bc495f76684fc0de611643e7c464bd46203125.tar.gz
tap-google-sheets-66bc495f76684fc0de611643e7c464bd46203125.tar.zst
tap-google-sheets-66bc495f76684fc0de611643e7c464bd46203125.zip
Update streams.py and README
Update streams.py and README
Diffstat (limited to 'tap_google_sheets/streams.py')
-rw-r--r--tap_google_sheets/streams.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tap_google_sheets/streams.py b/tap_google_sheets/streams.py
index 299326a..231a41d 100644
--- a/tap_google_sheets/streams.py
+++ b/tap_google_sheets/streams.py
@@ -18,7 +18,8 @@ FILE_METADATA = {
18 "api": "files", 18 "api": "files",
19 "path": "files/{spreadsheet_id}", 19 "path": "files/{spreadsheet_id}",
20 "key_properties": ["id"], 20 "key_properties": ["id"],
21 "replication_method": "FULL_TABLE", 21 "replication_method": "INCREMENTAL",
22 "replication_keys": ["modifiedTime"],
22 "params": { 23 "params": {
23 "fields": "id,name,createdTime,modifiedTime,version,teamDriveId,driveId,lastModifyingUser" 24 "fields": "id,name,createdTime,modifiedTime,version,teamDriveId,driveId,lastModifyingUser"
24 } 25 }