You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: