Skip to content

fix: use TemporaryDirectory instead of NamedTemporaryFile for MLTable… #3618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CynicDog
Copy link

Description

This PR improves the way temporary MLTable data is handled and uploaded in the model monitoring preprocessing script.

Key change:

  • Replaced tempfile.NamedTemporaryFile with tempfile.TemporaryDirectory when saving the MLTable object before uploading to Azure Machine Learning.

Before:

The MLTable was saved using NamedTemporaryFile, resulting in a single-file output path.

After:

Switched to TemporaryDirectory, which better reflects MLTable's directory-based format and avoids issues during upload.

@CynicDog
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant