sticky-angle-28419
09/10/2022, 8:39 PMAssertionError: Cannot pass output from task task1 that produces no outputs to a downstream task
glamorous-carpet-83516
09/11/2022, 8:36 AMtask1
doesn’t have output type annotation. e.g.
@task
def t1() -> int:
...