singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
542 stars 130 forks source link

sqlDatatype no longer part of schema #51

Closed bi1yeu closed 7 years ago

bi1yeu commented 7 years ago

tap-mysql is the only tap relying on sqlDatatype being part of the schema, and I'm removing that in https://github.com/singer-io/tap-mysql/pull/44, so we should also remove it here.