singer-io / singer-python

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

Make State a first class object #119

Open judahrand opened 4 years ago

judahrand commented 4 years ago

Description of change

This PR aims to make State an object similar to Catalog and Schema in the Singer Library. This would mean that all the main elements of Singer have a standard, helper interface.

Manual QA steps

Risks

Rollback steps

judahrand commented 3 years ago

@dmosorast @cmerrick @KAllan357

Is there any way one of you could look at this?