Saman
Results
1
comments of
Saman
Should this code work? ``` from prefect import task, flow from prefect.client import get_client from prefect.filesystems import Azure import asyncio async def client_setup(): async with get_client() as client: azure_block =...