potiuk commented on issue #30449: URL: https://github.com/apache/airflow/issues/30449#issuecomment-1500412043
> So the expected outcome of a pr that resolves this issue should throw a more meaningful error of why the plugin import statement is invalid? > > And curious, why is this the expected behavior? In a normal Python module, you are allowed to have a filename in a submodule that matches a filename at the root of the module. Because plugins are imported in effecively "sandboxed" environment, completely separately from regular Python import (for example relative imports do not work in plugins). -- 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]
