Brian Lorenz
line 282, in get_profile_context raise MissingContextError("No profile context found.")
Kevin Kho
import asyncio from prefect.client import get_client async def some_function(): async with get_client() as client: response = await client.hello() print(response.json()) if __name__=="__main__": asyncio.run(some_function())
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.