ashb commented on code in PR #46176:
URL: https://github.com/apache/airflow/pull/46176#discussion_r1933432301


##########
providers/edge/src/airflow/providers/edge/example_dags/integration_test.py:
##########
@@ -30,10 +30,10 @@
 from airflow.exceptions import AirflowNotFoundException
 from airflow.hooks.base import BaseHook
 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.providers.common.compat.standard.operators import PythonOperator
+from airflow.sdk.definitions.param import Param

Review Comment:
   Ditto here, I wonder if this should be
   ```suggestion
   from airflow.sdk import Param
   ```
   



-- 
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]

Reply via email to