amoghrajesh commented on PR #46176: URL: https://github.com/apache/airflow/pull/46176#issuecomment-2620850858
> Looks like you missed an import in the tests: > > ``` > task_sdk/tests/definitions/test_mappedoperator.py:25: in <module> > from airflow.models.param import ParamsDict > E ModuleNotFoundError: No module named 'airflow.models.param' > ``` > > Which also probably means that we should keep the old module around, but just have it import+"reexport" it from the Task SDK Yeah, doesn't sound like a bad idea. Let me try that -- 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]
