pierrejeambrun commented on issue #55142: URL: https://github.com/apache/airflow/issues/55142#issuecomment-3275826923
@atul-astronomer There is a message in the logs. That could be a nice improvement, the only reason why we didn't do it now is because it's a bigger effort to consolidate all validation errors into `importErrors`, and also because `importErrors` in the first place really seems related to the importation process (and not really for data validation of what's in the plugin, because really [any] is allowed). So stuff like `importlib.util.module_from_spec` and such. So maybe we need an extra field, or to change the `importErrors` into something more generic that would allow 'data validation' errors to be reported there too. -- 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]
