https://prefect.io logo
Title
n

Nitin Bansal

05/25/2023, 7:49 AM
Hi, Is there any way to check if file exists in blob storage using prefect_azure.blob_storage package? Thanks Nitin
s

Sahil Rangwala

05/25/2023, 4:37 PM
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