andreaspeters commented on a change in pull request #10977:
URL: https://github.com/apache/airflow/pull/10977#discussion_r531629416



##########
File path: airflow/configuration.py
##########
@@ -228,6 +228,7 @@ def _validate_config_dependencies(self):
         is_executor_without_sqlite_support = self.get("core", "executor") not 
in (
             'DebugExecutor',
             'SequentialExecutor',
+            'MesosExecutor',

Review comment:
       Yeah, thats not true. It does not. 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to