azure_system_helpers_4.py 190 B

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