diff options
Diffstat (limited to 'tap_google_sheets/streams.py')
-rw-r--r-- | tap_google_sheets/streams.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tap_google_sheets/streams.py b/tap_google_sheets/streams.py index 231a41d..b8e3eff 100644 --- a/tap_google_sheets/streams.py +++ b/tap_google_sheets/streams.py | |||
@@ -8,11 +8,10 @@ from collections import OrderedDict | |||
8 | # key_properties: Primary key fields for identifying an endpoint record. | 8 | # key_properties: Primary key fields for identifying an endpoint record. |
9 | # replication_method: INCREMENTAL or FULL_TABLE | 9 | # replication_method: INCREMENTAL or FULL_TABLE |
10 | # replication_keys: bookmark_field(s), typically a date-time, used for filtering the results | 10 | # replication_keys: bookmark_field(s), typically a date-time, used for filtering the results |
11 | # and setting the state | 11 | # and setting the state |
12 | # params: Query, sort, and other endpoint specific parameters; default = {} | 12 | # params: Query, sort, and other endpoint specific parameters; default = {} |
13 | # data_key: JSON element containing the results list for the endpoint; default = root (no data_key) | 13 | # data_key: JSON element containing the results list for the endpoint; |
14 | # bookmark_query_field: From date-time field used for filtering the query | 14 | # default = root (no data_key) |
15 | # bookmark_type: Data type for bookmark, integer or datetime | ||
16 | 15 | ||
17 | FILE_METADATA = { | 16 | FILE_METADATA = { |
18 | "api": "files", | 17 | "api": "files", |