diff options
author | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-15 00:49:39 -0800 |
---|---|---|
committer | Jeff Huth <jeff.huth@bytecode.io> | 2019-11-15 00:49:39 -0800 |
commit | da690bda91ea6a14964a2378e5dbb5d4de91a7e2 (patch) | |
tree | 5674346c5615e6d5dce5982c282af6580563bcc8 /tap_google_sheets/schemas/file_metadata.json | |
parent | 3eed42f0063de695f0a9199bf32bf38652e5b7ed (diff) | |
download | tap-google-sheets-da690bda91ea6a14964a2378e5dbb5d4de91a7e2.tar.gz tap-google-sheets-da690bda91ea6a14964a2378e5dbb5d4de91a7e2.tar.zst tap-google-sheets-da690bda91ea6a14964a2378e5dbb5d4de91a7e2.zip |
client.py rate limit, sync.py changes
client.py rate limit, fix json schemas, sync.py many changes
Diffstat (limited to 'tap_google_sheets/schemas/file_metadata.json')
-rw-r--r-- | tap_google_sheets/schemas/file_metadata.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
30 | "additionalProperties": false, | 30 | "additionalProperties": false, |
31 | "properties": { | 31 | "properties": { |
32 | "kind": { | 32 | "kind": { |
33 | "type": ["null", "integer"] | 33 | "type": ["null", "string"] |
34 | }, | 34 | }, |
35 | "displayName": { | 35 | "displayName": { |
36 | "type": ["null", "string"] | 36 | "type": ["null", "string"] |