Pathspec to create Flow/Run/Step/Task/DataArtifact is not validated #948
Labels
bug
Something isn't working
good first issue
Good for newcomers
upforgrabs
A PR for this issue will be most welcomed!


Currently, you can do something like this:
Task(Flow/RunID/StepName)and this will not result in an error but then the resultingTaskobject behaves in a bizarre manner where things liket.datawill work butt.data.my_artifactwill not for example.We should validate the format of the pathspec passed in to each object and verify that the following are the only possible cases:
We should make sure that
MyFlowandMyFlow/behave similarly for example though.The text was updated successfully, but these errors were encountered: