Azure ML Studio ML Pipeline - Exception: No temp file found
问题 I've successfully run an ML Pipeline experiment and published the Azure ML Pipeline without issues. When I run the following directly after the successful run and publish (i.e. I'm running all cells using Jupyter), the test fails! interactive_auth = InteractiveLoginAuthentication() auth_header = interactive_auth.get_authentication_header() rest_endpoint = published_pipeline.endpoint response = requests.post(rest_endpoint, headers=auth_header, json={"ExperimentName": "***redacted***",