azure_system_helpers_5.py 190 B

123
  1. def delete_share(cls, share_name: str, azure_fileshare_conn_id: str):
  2. hook = AzureFileShareHook(azure_fileshare_conn_id=azure_fileshare_conn_id)
  3. hook.delete_share(share_name)