ashb commented on PR #61629: URL: https://github.com/apache/airflow/pull/61629#issuecomment-3867920969
> > > airflow.sdk.execution_time.task_runner import fails with ImportError (not just ModuleNotFoundError) due to missing transitive dependencies in the virtualenv > > > > > > What is the error you see in this case? How does it present to the user/taskligs? > > > > If the SDK is installed but some transitive dep is missing (httpx, structlog, etc), How is that possible? Sdk lists those modules as dependencies. > the import blows up with ImportError, not ModuleNotFoundError. The script just dies before the callable even runs - pretty bad UX. Does it show the error in task logs? -- 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]
