]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commit
Allow all schemas to fall back to a string value (#25)
authorAndy Lu <andy@stitchdata.com>
Thu, 18 Feb 2021 15:01:04 +0000 (09:01 -0600)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 15:01:04 +0000 (09:01 -0600)
commit80f97522abf03503586419b9ebd2aae4213f8f50
tree4bf35a2dda35e2ddf44a769019d3f4a75c21257e
parent1080d5ece1d90464c448c7e3f8dc58410fad0601
Allow all schemas to fall back to a string value (#25)

* Allow all schemas to fall back to a string value

* Only update 'numberType.DATE_TIME', 'numberType.DATE', 'numberType.TIME'
fields to have an anyOf

* Bad Refactor: numberType needs anyOf

* Fix indenting
tap_google_sheets/schema.py