Fina Silva-Santisteban
08/05/2021, 11:02 PMtrigger
in the run()
method, but these tasks are written using the task decorator only.
@task
def parent():
@task
def child():
What are the best next steps?Kevin Kho
@task(trigger=...)
Fina Silva-Santisteban
08/06/2021, 4:23 PMKevin Kho