insomnes commented on issue #47702: URL: https://github.com/apache/airflow/issues/47702#issuecomment-2721900924
> I think we should instead introduce a stricter type to the executor_config and not just let it be a dict which can have any values flowing in? With multiple / hybrid executors it may be tricky to detect on the Operator initialization stage which executor would be used and properly validate the config. Maybe executors can have some subclass of the common config connected, so at least we can demand it to be of the specific type, and the user can "prevalidate" their config this way. When hybrid executors are gone, this can be achieved easy and reliably, I 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]
