diff options
author | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-13 17:12:54 -0800 |
---|---|---|
committer | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-13 17:12:54 -0800 |
commit | 66bc495f76684fc0de611643e7c464bd46203125 (patch) | |
tree | bcce43e347fb451c58ed2095bd2d3a424b6ea3a9 /tap_google_sheets | |
parent | 89643ba6fa98db82efd3246805ef801a8bfb5c81 (diff) | |
download | tap-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')
-rw-r--r-- | tap_google_sheets/streams.py | 3 |
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 | } |