Horatiu Bota
flow.run(parameters=json.loads(open(file).read()))
{ "other_params": {}, "company_params": { "company_id": "ID1", "company_name": "Company", "datasets": [ { "dataset_label": "label", "dataset_url": "URL" }, ] } }
with Flow("flow") as flow: company_params = Parameter("company_params") datasets = company_params.get("datasets")
Anna Geller
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.