Slackbot
10/02/2020, 8:17 PMmax
10/02/2020, 8:22 PMEric Bellet
10/02/2020, 9:42 PMassert result.success
def test_complex_pipeline():
res = execute_pipeline(complex_pipeline)
assert res.success
assert len(res.solid_result_list) == 4
for solid_res in res.solid_result_list:
max
10/05/2020, 6:14 PMAXue
10/06/2020, 12:45 AMMessage: (DagsterInvariantViolationError) - dagster.core.errors.DagsterInvariantViolationError: Attempted to iterate over an InvokedSolidOutputHandle. This object represents the output "xxxxx" from the solid "xxxxxx". Consider yielding multiple Outputs if you seek to pass different parts of this output to different solids.
Auster Cid
10/06/2020, 3:16 PMYichen
10/07/2020, 7:57 PMuser
10/08/2020, 8:58 PMalex
10/08/2020, 9:00 PMBerkay Öztürk
10/10/2020, 4:32 AMNoah K
10/10/2020, 11:35 AMNoah K
10/10/2020, 12:00 PMNoah K
10/11/2020, 1:43 AMNoah K
10/11/2020, 1:43 AMNoah K
10/12/2020, 1:20 AMNoah K
10/12/2020, 1:21 AMNoah K
10/12/2020, 1:21 AMNoah K
10/12/2020, 1:35 AMLeor
10/12/2020, 1:35 AMNoah K
10/12/2020, 1:37 AMNoah K
10/12/2020, 1:38 AMLeor
10/12/2020, 1:38 AMNoah K
10/12/2020, 1:42 AMFrederic Abiven
10/12/2020, 1:42 AMNoah K
10/12/2020, 1:42 AM*
?Frederic Abiven
10/12/2020, 1:42 AMNoah K
10/12/2020, 1:44 AMNoah K
10/12/2020, 1:44 AM@resource
def path(ctx):
return ctx.resource_config['path']
Noah K
10/12/2020, 1:45 AMNoah K
10/12/2020, 2:04 AM