diff options
author | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-15 01:58:55 -0800 |
---|---|---|
committer | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-15 01:58:55 -0800 |
commit | 99424fee5ba6ff830df39be8f47c3e3d685b444a (patch) | |
tree | 08ace54622092921ab7253946515ce5d3dcf0a66 /tap_google_sheets/streams.py | |
parent | da690bda91ea6a14964a2378e5dbb5d4de91a7e2 (diff) | |
download | tap-google-sheets-99424fee5ba6ff830df39be8f47c3e3d685b444a.tar.gz tap-google-sheets-99424fee5ba6ff830df39be8f47c3e3d685b444a.tar.zst tap-google-sheets-99424fee5ba6ff830df39be8f47c3e3d685b444a.zip |
pylint and testingv0.0.1
pylint and testing
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", |