ADLSDeleteOperator

Microsoft Azure

Delete files in the specified path.

View on GitHub

Last Updated: Oct. 23, 2022

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

Was this page helpful?