How do we specify the object level options as part of the Import using the commands from backend
I’m trying to import a jobflow into the project. It is already present in the project.
There are some code changes in the dataflow and datasubflow components.
How do we specify the REPLACE options only for these set of Objects ? Rather than entire set of Objects present in the imported JSON file.
In the Rest curl Command, we have options after the global project you assign option=”dataflow=replace,subflow=replace. please find the command it will help you
for your Refrence
curl -X POST -H “Content-Type: multipart/form-data” -F “file=@/home/ditmobile/s_cv_pic.json” “http://172.40.9.130:9080/diyotta-rest/import?project=Cool_143&layer=Provision&globalproject=cool_global_143&option=”dataflow=replace,subflow=replace“” -H “Authorization:u2YhKUq1+UtG1ftQiRiYQg==”