singer-io / singer-python

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

Add object models for Schema and Catalog #20

Closed mdelaurentis closed 7 years ago

mdelaurentis commented 7 years ago

Add object models for Schema and Catalog. See https://github.com/singer-io/tap-mysql/pull/15 for example usage.

mdelaurentis commented 7 years ago

@bi1yeu my reason for choosing -a as the short option for --catalog was silly. -c is already used for --config. I didn't want to use -C because it's too close to -c. I chose -a because it's the next letter in "catalog". But I don't really like that.

I just removed the short option. We can always add one later. Thanks for bringing that up.