Hey Team! Question 2 :smile: I'm trying to use str...
# singer-tap-development
s
Hey Team! Question 2 😄 I'm trying to use stream inheritance to query archived deals (it's the same query with different params => archived=True). I was thinking I could create a stream inheriting from my main stream called ArchivedStream and then simply add a parameter to get_url_params where archived = True Are there best practices for doing this? From my undersanding of python, inheritance does no take instance attributes, only methods and class attributres. Should I be redefining the init function?