From da690bda91ea6a14964a2378e5dbb5d4de91a7e2 Mon Sep 17 00:00:00 2001 From: Jeff Huth Date: Fri, 15 Nov 2019 00:49:39 -0800 Subject: client.py rate limit, sync.py changes client.py rate limit, fix json schemas, sync.py many changes --- tap_google_sheets/schemas/file_metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap_google_sheets/schemas/file_metadata.json') diff --git a/tap_google_sheets/schemas/file_metadata.json b/tap_google_sheets/schemas/file_metadata.json index 25c19c4..03fefc6 100644 --- a/tap_google_sheets/schemas/file_metadata.json +++ b/tap_google_sheets/schemas/file_metadata.json @@ -30,7 +30,7 @@ "additionalProperties": false, "properties": { "kind": { - "type": ["null", "integer"] + "type": ["null", "string"] }, "displayName": { "type": ["null", "string"] -- cgit v1.2.3