Hello @schunduri ,Probably your DevOps team might have dedicated scaleset or clusters that must have permission on your vnet.In CI pipeline try to use the name of that scaleset created by ur DevOps.In my case our cloud flavour was Azure that is why I...
Hello @chandan_a_v ,were you able to solve this issue?I am also experiencing the same thing where i cannot move file with extension .yml from repo folder to shared workspace folder.As per documentation, this is the limitation or functionality of data...
Hello @SJR ,In the scenario which i mentioned in the previous comment, my ci pipeline was using a pool or scaleset which did not have access to this azure databricks service. Hence, when my service principal tried to create PAT token using databricks...
@TestuserAvaCan you please share your approach to tackle this problem in case if you solved.For me it works using powershell Invoke-WebRequest but not using postman.
Hello @feiyun0112 ,Thanks for the response. I am already using header in my cURL call and also i tried following command using power shell.Invoke-WebRequest -Uri "https://$databricksWorkspaceUrl/api/2.0/token/create" -Body ($json | ConvertTo-Json) -C...