rkarish commented on code in PR #28375:
URL: https://github.com/apache/airflow/pull/28375#discussion_r1051244879


##########
airflow/executors/base_executor.py:
##########
@@ -65,11 +65,13 @@ class BaseExecutor(LoggingMixin):
     """
 
     supports_ad_hoc_ti_run: bool = False
+    supports_sentry: bool = False
 
     job_id: None | int | str = None
     callback_sink: BaseCallbackSink | None = None
 
     is_local: bool = False
+    is_picklable: bool = False

Review Comment:
   I agree that this makes more sense. For some reason I went with the opposite 
🙃



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