Adam
Vadym Dytyniak
client = Client() where = { 'name': {'_like': 'example.%'}, 'state': {'_eq': 'Scheduled'}, } flow_run_query = { 'query': { with_args('flow_run', {'where': where}): { 'id': True, 'name': True, }, }, } result = client.graphql(flow_run_query) flow_runs = result['data']['flow_run'] for flow_run in flow_runs: client.create_flow_run(flow_run.id)
Kevin Grismore
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.