Forum Discussion
Shubhorin1
1 year agoFrequent Visitor
Issue with 202 Status Code and Polling for Notebook Definition in Microsoft Fabric API
Hi Microsoft Fabric Team, I am working on a project where I need to fetch the definition of a notebook from a workspace using the Microsoft Fabric API. While making the API call to the endpoint http...
Anonymous
1 year agoNot applicable
HI Shubhorin1,
Can you please share some more detail about these processes? I think 403 error may means the credentials is invalid or expired during these loop operations to REST API.
For this scenario, perhaps you can add refresh token operations and reduce the frequency during sending these requests.
In addition, you can also try to use thread functions in notebook to achieve async operations:
python - Calling pyspark function asynchronously with concurrent.futures - Stack Overflow
Regards,
Xiaoxin Sheng