Carlos Paiva
with Flow(name="name", storage=storage, run_config=run_config) as flow: # Pipeline parameters event = Parameter('event', required=True, default={}) x = event.get("body", None)
AttributeError: 'Parameter' object has no attribute 'get'
nicholas
event
@task def some_task(event): x = event.get("body", None) with Flow(name="name") as flow: # Pipeline parameters event = Parameter('event', required=True, default={}) some_task(event)
with Flow
x
some_task
FunctionTask
if x.get("key") == "value":
another_task()
case
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.