From 99424fee5ba6ff830df39be8f47c3e3d685b444a Mon Sep 17 00:00:00 2001 From: Jeff Huth Date: Fri, 15 Nov 2019 01:58:55 -0800 Subject: pylint and testing pylint and testing --- tap_google_sheets/streams.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tap_google_sheets/streams.py') 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 # key_properties: Primary key fields for identifying an endpoint record. # replication_method: INCREMENTAL or FULL_TABLE # replication_keys: bookmark_field(s), typically a date-time, used for filtering the results -# and setting the state +# and setting the state # params: Query, sort, and other endpoint specific parameters; default = {} -# data_key: JSON element containing the results list for the endpoint; default = root (no data_key) -# bookmark_query_field: From date-time field used for filtering the query -# bookmark_type: Data type for bookmark, integer or datetime +# data_key: JSON element containing the results list for the endpoint; +# default = root (no data_key) FILE_METADATA = { "api": "files", -- cgit v1.2.3