airflow.providers.microsoft.azure.log.wasb_task_handler
¶
Module Contents¶
Classes¶
WasbTaskHandler is a python log handler that handles and reads |
- class airflow.providers.microsoft.azure.log.wasb_task_handler.WasbTaskHandler(base_log_folder, wasb_log_folder, wasb_container, delete_local_copy, *, filename_template=None)[source]¶
Bases:
airflow.utils.log.file_task_handler.FileTaskHandler
,airflow.utils.log.logging_mixin.LoggingMixin
WasbTaskHandler is a python log handler that handles and reads task instance logs. It extends airflow FileTaskHandler and uploads to and reads from Wasb remote storage.
- set_context(ti)[source]¶
Provide task_instance context to airflow task handler.
- Parameters
ti – task instance object
- wasb_read(remote_log_location, return_error=False)[source]¶
Returns the log found at the remote_log_location. Returns ‘’ if no logs are found or there is an error.