diff --git a/data/operation_dulce/dataset.zip b/data/operation_dulce/dataset.zip index 8a562b17..dc0c2cdd 100644 Binary files a/data/operation_dulce/dataset.zip and b/data/operation_dulce/dataset.zip differ diff --git a/posts/index/overview/index.html b/posts/index/overview/index.html index c4e6760e..56e7a483 100644 --- a/posts/index/overview/index.html +++ b/posts/index/overview/index.html @@ -349,7 +349,7 @@ workflows: li dataset = pd.DataFrame([{"col1": 2, "col2": 4}, {"col1": 5, "col2": 10}]) outputs = [] async for output in await run_pipeline(dataset=dataset, workflows=workflows): - outputs.append(output + outputs.append(output) pipeline_result = outputs[-1] print(pipeline_result)