Hi @Akshay Verma, it sounds like you are trying to iterate over a task (or possibly the result of calling a task, which is also a task). Hard to say without more code - can you provide an example?
a
Akshay Verma
08/19/2019, 1:11 PM
i am doing the following:
Copy code
@task
def generate_context_level_data(mlsi, lvnr, tol):
ml, ci = td_split_clv(mlsi, lvnr, tol)
return ml, ci
td_input = {'a': 1, 'b': 2, 'c': 3}
with Flow('TD') as flow:
td_input = Parameter("td_input")
context_level_ml, context_level_ci = generate_context_level_data(td_input['a'],
td_input['b'],
td_input['c'])
j
Jeremiah
08/19/2019, 1:12 PM
Ah ok, it’s because you are assigning the result of
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.