Submitting a Command job created using the __call__ method on another Command is missing outputs #39187
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
When creating a
Command
object to be submitted as a job by firstly creating aCommand
with theazure.ai.ml.command
and then subsequently creating a newCommand
object by invoking__call__
on the firstCommand
object, the outputs are lost and it fails executing on the compute.To Reproduce
Steps to reproduce the behavior:
Command
`
Expected behavior
I expect both jobs to be queued and start running. However only the first one will run, the second will fail with a missing
output
.Screenshots
The text was updated successfully, but these errors were encountered: