-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
release-noteDenotes a PR that will be considered when it comes time to generate release notes.Denotes a PR that will be considered when it comes time to generate release notes.
Description
Description / Context
Remote logging (e.g. S3) does not work in Airflow 3.0.1.
Problem
The following pages illustrate resources where the external logging does not work:
- https://docs.stackable.tech/home/stable/airflow/usage-guide/using-kubernetes-executors/#_logging
- https://docs.stackable.tech/home/stable/airflow/usage-guide/using-kubernetes-executors/#_store_xcoms_objects_in_object_storage_e_g_s3
Customers need to be given a work-around or at least some indication when this feature will work in 3.x.
This was raised in
https://github.com/apache/airflow/issues/52501andhttps://github.com/apache/airflow/issues/50583- and has been fixed in 3.0.4 via
https://github.com/apache/airflow/pull/53719 - see also
https://github.com/apache/airflow/issues/54603andhttps://github.com/apache/airflow/pull/54679
However, the fix introduced a different bug that causes problems when using a custom logging config
https://github.com/apache/airflow/issues/54414- and fixed in
https://github.com/apache/airflow/pull/54555 - this will probably be included in 3.0.6
Tested with 3.0.4 without our custom logging:

Metadata
Metadata
Assignees
Labels
release-noteDenotes a PR that will be considered when it comes time to generate release notes.Denotes a PR that will be considered when it comes time to generate release notes.