FileToWasbOperator
Microsoft AzureUploads a file to Azure Blob Storage.
Access Instructions
Install the Microsoft Azure provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
file_pathRequiredstrPath to the file to load. (templated)
container_nameRequiredstrName of the container. (templated)
blob_nameRequiredstrName of the blob. (templated)
wasb_conn_idstrReference to the wasb connection.
load_optionsOptional[dict]Optional keyword arguments that WasbHook.load_file() takes.
Documentation
Uploads a file to Azure Blob Storage.