potiuk commented on PR #36768: URL: https://github.com/apache/airflow/pull/36768#issuecomment-1890894304
Why don't we just check at the startup if AIRFLOW_HOME is relative and fail with appropriate message? This way we will not have to add documentation at all (and many users don't read the docs). Should be as easy as running a check: `if os.path.isabs()` -- 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]
