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


##########
airflow/executors/base_executor.py:
##########
@@ -129,9 +129,10 @@ class BaseExecutor(LoggingMixin):
     name: None | ExecutorName = None
     callback_sink: BaseCallbackSink | None = None
 
-    def __init__(self, parallelism: int = PARALLELISM):
+    def __init__(self, parallelism: int = PARALLELISM, team_id: str | None = 
None):
         super().__init__()
         self.parallelism: int = parallelism
+        self.team_id: str | None = team_id

Review Comment:
   More changes coming in a future PR which will make use of this.



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