How can I get the provisioning state of my Workspace Package to be "Succeeded" and not "Incomplete" when I create it through the Python SDK?

Martin Kamb 101 Reputation points
2021-11-03T09:09:12.343+00:00

I am using the ArtifactsClient from azure-synapse-artifacts library and trying to upload a new Workspace Package. When doing this manually through the UI it works and my Provisioning State is set to "Succeeded". When I try to do the same though the SDK I won't get the "Succeeded", and hence cannot use the library in my Spark Pool.

Here is the code I'm using, posted on SO. I could not manage to get past the firewall when trying to post the code here:

SO question

Sorry for the inconvenience of posting a link instead.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,405 questions
0 comments No comments
{count} votes

Accepted answer
  1. Martin Kamb 101 Reputation points
    2021-11-03T12:23:39.457+00:00

    I solved this. See the question on stackoverflow that is posted in the OP.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful