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 that on the python appflow custom connector example, the SDK is used from the code of the repo rather than as a dependency.
It would be nice like to use the SDK pip package as a dependency rather than having together the code of the sdk + custom connector. In that way, if the SDK is upgraded, the devloper will need only to update the requirements file rather than copy&paste the new code.
marks, martin-adam-sonar, DragosSpiridon and gamgi