Hi all —
Is there a way to run a job with sequential ops, where all ops don’t have outputs? I’m not sure how to do that since I’ve only been passing outputs to create a sequential op pipeline
Ex:
op1 => print(‘hello’)
op2 => print(‘how are you?’)
op3 => print(‘have a nice day’)
where job would run op1, then op2, then op3.
**Note that all ops don’t have a output variable that I can pass to the next one
:dagster-bot-responded-by-community: 1