diff options
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 | } |