apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.26k stars 14.33k forks source link

Add `otel_headers` to OTel logic #44258

Open Kludex opened 20 hours ago

Kludex commented 20 hours ago

Does anyone know why just doing export OTEL_EXPORTER_OTLP_HEADERS='Authorization=your-write-token' on the terminal, before running airflow isn't enough? Airflow ignores environment variables?

boring-cyborg[bot] commented 20 hours ago

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst) Here are some useful points:

Kludex commented 2 hours ago

I see an analogous PR that didn't have any tests: https://github.com/apache/airflow/pull/42441/

Can someone help me to move this forward? Also, the question no one is answering me: https://apache-airflow.slack.com/archives/C06K9Q5G2UA/p1732208803722989 😅