Hi, Is there any way to check if file exists in b...
# prefect-community
n
Hi, Is there any way to check if file exists in blob storage using prefect_azure.blob_storage package? Thanks Nitin
s
There is not a direct function to check, however, you could use the blob_storage_download function to get all the contents of a container
👍 1