amoghrajesh commented on code in PR #57970:
URL: https://github.com/apache/airflow/pull/57970#discussion_r2517167884


##########
airflow-core/src/airflow/configuration.py:
##########
@@ -239,6 +241,22 @@ def __init__(
         self._suppress_future_warnings = False
         self._providers_configuration_loaded = False
 
+    @property
+    def _lookup_sequence(self) -> list[Callable]:
+        """
+        Define the sequence of lookup methods for get().
+
+        Subclasses can override this to sustomise lookup order.

Review Comment:
   Handled



-- 
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]

Reply via email to