Skip to content

fix: add entry name to empty path job error msg #40610

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 1 commit into
base: main
Choose a base branch
from

Conversation

AzizNadirov
Copy link

Description

Nowadays I spend about couple hours to understand, why my job can not be submitted, only one informative error message:

 File "/home/tengo/Documents/Competo/mp-ds-chars-parser/.venv/lib/python3.12/site-packages/azure/ai/ml/operations/_job_operations.py", line 1278, in _resolve_job_input
    raise ValidationException(
azure.ai.ml.exceptions.ValidationException: Input path can't be empty for jobs.

But which Input entry?? I had tens of them and it was a challenge to identify(actually, I passed Input type of integer). So just added Input entry name to the err message.

@github-actions github-actions bot added Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Machine Learning labels Apr 18, 2025
Copy link

Thank you for your contribution @AzizNadirov! We will review the pull request and get back to you soon.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-ai-ml

@pdhotems
Copy link
Member

Can you please add relevant test to cover this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Machine Learning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants