thankful-finland-61363
02/14/2023, 12:53 PMcrooked-jordan-29960
02/14/2023, 3:45 PMthankful-finland-61363
02/16/2023, 7:30 AM@step methods.
Do @step methods all need to be in the same class? I tried to self.next to a step that is defined in a superclass but I only get the error
Metaflow 2.7.22 executing CombinedFlow for user:florian
Validating your flow...
Validity checker found an issue on line 36:
Step start specifies a self.next() transition to an unknown step, data_prep.
see this gist for a code example of what I’m trying to do https://gist.github.com/florianlaws/a5745f8c58aacd575bf6bd9b5595ca10crooked-jordan-29960
02/16/2023, 3:22 PM@step unfortunately won't work in the way the gist is showing. each FlowSpec needs to have start and end step.thankful-finland-61363
02/16/2023, 3:24 PMstart to end needs to be in a single FlowSpec?crooked-jordan-29960
02/16/2023, 3:24 PM