o-nikolas commented on code in PR #37635:
URL: https://github.com/apache/airflow/pull/37635#discussion_r1503293491


##########
airflow/executors/executor_constants.py:
##########
@@ -16,6 +16,18 @@
 # under the License.
 from __future__ import annotations
 
+from enum import Enum, unique
+
+
+@unique
+class ConnectorSource(Enum):

Review Comment:
   Moved here since it is now used in a couple modules and was causing import 
cycles. I'd consider an Enum a constant, curious what others think.



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