Vamsi-klu commented on PR #64936: URL: https://github.com/apache/airflow/pull/64936#issuecomment-4219397947
This fixes the `AIRFLOW_CONFIG` case, but I think the fallback path still misses one edge case. If `AIRFLOW_CONFIG` is unset and `AIRFLOW_HOME` is something like `$HOME/airflow` or `~/airflow`, `get_airflow_config()` still joins the raw value instead of the expanded path. Core expands `AIRFLOW_HOME` first, so it would be good to align the SDK behavior here and add a test for that fallback path too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
