Closed ssvaidyanathan closed 1 year ago
I tested the command and it worked fine. I suspect the update_mask
flag wasn't properly set. In your example, the update_mask
will be destinationConfigs
Worked as expected when I passed the update_mask
Maybe we should be more clear on the documentation on what to pass for update_mask
@srinandan, can you please help me share share some samples for how should pass/use update_mask
Sorry for the late reply. Here is an example:
integrationcli connectors update -n sample --update-mask=destinationConfigs,description,nodeConfig -f path/to/file.json -t $token -r $region -p $project
I have submitted a PR which will set a default update mask so you don't have to pass anything.
integrationcli connectors get
commandintegrationcli connectors update
command