ADLSDeleteOperator
Microsoft AzureDelete files in the specified path.
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
pathRequiredA directory or file to remove
recursiveWhether to loop into directories in the location and remove the files
ignore_not_foundWhether to raise error if file to delete is not found
azure_data_lake_conn_idReference to the Azure Data Lake connection.
Documentation
Delete files in the specified path.
See also
For more information on how to use this operator, take a look at the guide: ADLSDeleteOperator