Open neerajanil opened 1 year ago
@neerajanil Thanks for your feedback! We will investigate and update as appropriate.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @wonner, @yanjungao718.
Author: | neerajanil |
---|---|
Assignees: | - |
Labels: | `bug`, `Service Attention`, `customer-reported`, `Synapse` |
Milestone: | - |
@neerajanil Thanks for the feedback, it's a known issue, we will fix it ASAP.
Description The type of numExecutors property in SynapseNotebookActivity is currently set to
integer
when it should beobject
. linkAs can be seen from the screenshot below, from the synapse UI it is possible to set the numExecutors property to a dynamic expression: This sets the value of numExecutors to the following, which is not an
integer
:Impact Even though the API works, because the swagger specification is wrong the AutoRest generated code for the python SDK fails with de-serialization errors when trying to get/update/create any pipeline which has dynamic expression assigned to numExecutors property of SynapseNotebookActivity
Details of the bug on the python SDK caused by this swagger error can be found here