airflow.providers.microsoft.azure.operators.adls_delete¶
Module Contents¶
-
class
airflow.providers.microsoft.azure.operators.adls_delete.AzureDataLakeStorageDeleteOperator(*, path: str, recursive: bool = False, ignore_not_found: bool = True, azure_data_lake_conn_id: str = 'azure_data_lake_default', **kwargs)[source]¶ Bases:
airflow.models.BaseOperatorDelete files in the specified path.
See also
For more information on how to use this operator, take a look at the guide: AzureDataLakeStorageDeleteOperator
- Parameters