ashb commented on code in PR #46176: URL: https://github.com/apache/airflow/pull/46176#discussion_r1933430357
########## airflow/example_dags/example_params_trigger_ui.py: ########## @@ -27,7 +27,7 @@ from airflow.decorators import task from airflow.models.dag import DAG -from airflow.models.param import Param, ParamsDict +from airflow.sdk.definitions.param import Param, ParamsDict Review Comment: Example dags are what a lot of users use over the docs, so we should use what we want users to do -so let's change this and any other examples -- 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]
