o-nikolas commented on issue #47702: URL: https://github.com/apache/airflow/issues/47702#issuecomment-3090747273
@karenbraganz For the reasons @insomnes stated, we can't do any broad validation at the base class level at this point in time. Groundwork (similar to what @insomnes described) would have to be done first, such as each executor creating a type for their executor_config and validation functions that the Base Operator/Dag processor code could use to validate the input in a transparent way. But that is a large chunk of work that needs to be done delicately in it's own project of sorts. -- 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]
