RaviTezu commented on issue #11043: URL: https://github.com/apache/airflow/issues/11043#issuecomment-708203016
@mik-laj @turbaszek Just want to confirm what needs to be done: - Add a new rule under `airflow/upgrade/rules` with the name something like `mesos_executor_removed.py` - Include a class which inherits from `BaseRule` and have `title` and `descripption` and override the `check` method. - Inside the `check` method look for `mesos` conf and if present then return a string saying - `Mesos has been deprecated` Thanks. ---------------------------------------------------------------- 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]
