dirrao commented on PR #36768: URL: https://github.com/apache/airflow/pull/36768#issuecomment-1890924901
> Or convert relative to absolute which less error proof to be honest, so we could add UserWarning if original AIRFLOW_HOME is relative. I think that in some circumstances relative path could work, e.g. if non SQLite DB uses > > https://github.com/apache/airflow/blob/c439ab87c421aaa6bd5d8074780e4f63606a1ef1/airflow/configuration.py#L1893-L1895 The relative path will return a different path based on the folder from which we execute the scripts. It is better to fail fast rather than have in-consistency behavior. -- 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]
