Open Kludex opened 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:
docs/
directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.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 😅
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?