AutoIDM / tap-clickup

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

partitions = None , workaround #119

Open visch opened 2 years ago

visch commented 2 years ago

This exists in every stream that has a parent stream, but doesn't need partitions set.

    # TODO not clear why this is needed
    partitions = None

This is harmless but it is distracting and we should dive into this to fix it. Basically what's happening is due to us playing with an internal sdk function https://github.com/AutoIDM/tap-clickup/pull/117/files#diff-4490b7dbe49a82fea4fdf63d08c6c503536d30f56841c428f2998bf03b4b94a2L141 we have partitions being set in places that we don't want them to be set.