amoghrajesh commented on code in PR #46176: URL: https://github.com/apache/airflow/pull/46176#discussion_r1935573360
########## providers/edge/src/airflow/providers/edge/example_dags/win_test.py: ########## @@ -37,9 +37,9 @@ from airflow.hooks.base import BaseHook from airflow.models import BaseOperator from airflow.models.dag import DAG -from airflow.models.param import Param from airflow.models.variable import Variable from airflow.operators.empty import EmptyOperator +from airflow.sdk.definitions.param import Param Review Comment: Done -- 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]
