Zach Schumacher
Kevin Kho
Mutation.set_flow_group_description
Mariia Kerimova
from prefect import Client FLOW_GROUP_ID="" mutation = """ mutation($input: set_flow_group_description_input!){ set_flow_group_description(input: $input){ success } } """ README_STRING = """ ## My markdown title My markdown text """ client = Client() client.graphql(mutation, variables=dict(input=dict(description=README_STRING, flow_group_id=FLOW_GROUP_ID)))
Marvin
Ben Muller
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.