AutoIDM / tap-clickup

tap-clickup , singer compliant tap for pulling clickup data
MIT License
12 stars 20 forks source link

Switch Tasks to Team Tasks #86

Closed visch closed 2 years ago

visch commented 2 years ago

We can limit the number of tasks queries we're doing by using the Team tasks filter. This removes a bunch of Parent Stream needs!

visch commented 2 years ago

/singer_sdk/helpers/_state.py , def get_state_if_exists(

Doesn't behave the way I'm expecting here, causing a bunch of issues that need to get dove into if we want to make Incremental Streaming work