Skip to content

Commit 89c87b1

Browse files
Uuups
Co-authored-by: GPK <[email protected]>
1 parent 8aef431 commit 89c87b1

File tree

1 file changed

+1
-1
lines changed
  • providers/mysql/src/airflow/providers/mysql/hooks

1 file changed

+1
-1
lines changed

providers/mysql/src/airflow/providers/mysql/hooks/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from airflow.providers.mysql.version_compat import AIRFLOW_V_3_0_PLUS
3434

3535
if AIRFLOW_V_3_0_PLUS:
36-
from airflow.models import Connection
36+
from airflow.sdk import Connection
3737
else:
3838
from airflow.models.connection import Connection
3939

0 commit comments

Comments
 (0)