Hi,
I noticed all the endpoints are “hard coded” in the sync.py file.
I’m thinking of externalizing it so that we can update it in a separate file like catalog.
Is that against the framework design?
I have a use case now where I want to add extra filter/query parameters to a stream, but unable to do so without modifying the python code.
Cheers