Closed palfner-sse closed 7 months ago
@palfner-sse I am pretty sure you are using the chart from the apache/airflow
repo, rather than the one from airflow-helm/charts
(which is this repo).
If I am correct, please raise an issue on apache/airflow
, or if I am wrong, please reopen this issue.
Checks
User-Community Airflow Helm Chart
.Chart Version
1.13.1
Kubernetes Version
Helm Version
Description
Description: When attempting to use import mlflow in one of our Airflow DAGs for experiment tracking, we've encountered a critical issue where S3 logging ceases to function. Despite configuring S3 logging in Airflow, no logs are being stored in the designated S3 bucket after adding the MLflow import statement to our DAGs.
Steps to Reproduce:
Create an Airflow DAG with S3 logging configured. Import the mlflow library in the DAG file. Run the DAG and monitor S3 logging behavior.
Expected Behavior: Airflow DAGs should continue logging to the specified S3 bucket even when importing the mlflow library for experiment tracking.
Actual Behavior: After importing mlflow, S3 logging stops functioning, and no logs are stored in the designated S3 bucket.
Impact: This issue severely impacts our ability to track and monitor DAG executions and results in a loss of crucial logging data stored in S3.
Relevant Logs
Custom Helm Values