Hi all. I have built a custom source connector with set of parameters for my requirement . One of the parameters from above set needs to be updated before every run.
I can see we can use /v1/sources/update to update this parameter. But this request requires entire "*connectionConfiguration*" associated with the source to be sent over. That also includes password which is one of the parameters.
Is there a way I could avoid sending entire set and only send the parameter which needs to be updated?