@@ -85,7 +85,7 @@ AIR301_names.py:60:1: AIR301 [*] `airflow.configuration.get` is removed in Airfl
858560 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
8686 | ^^^ AIR301
8787 |
88- = help : Use ` airflow.configuration. conf.get` instead
88+ = help : Use ` conf.get` from ` airflow.configuration ` instead .
8989
9090ℹ Safe fix
919119 19 | has_option ,
@@ -111,7 +111,7 @@ AIR301_names.py:60:6: AIR301 [*] `airflow.configuration.getboolean` is removed i
11111160 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
112112 | ^^^^^^^^^^ AIR301
113113 |
114- = help : Use ` airflow.configuration. conf.getboolean` instead
114+ = help : Use ` conf.getboolean` from ` airflow.configuration ` instead .
115115
116116ℹ Safe fix
11711719 19 | has_option ,
@@ -137,7 +137,7 @@ AIR301_names.py:60:18: AIR301 [*] `airflow.configuration.getfloat` is removed in
13713760 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
138138 | ^^^^^^^^ AIR301
139139 |
140- = help : Use ` airflow.configuration. conf.getfloat` instead
140+ = help : Use ` conf.getfloat` from ` airflow.configuration ` instead .
141141
142142ℹ Safe fix
14314319 19 | has_option ,
@@ -163,7 +163,7 @@ AIR301_names.py:60:28: AIR301 [*] `airflow.configuration.getint` is removed in A
16316360 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
164164 | ^^^^^^ AIR301
165165 |
166- = help : Use ` airflow.configuration. conf.getint` instead
166+ = help : Use ` conf.getint` from ` airflow.configuration ` instead .
167167
168168ℹ Safe fix
16916919 19 | has_option ,
@@ -189,7 +189,7 @@ AIR301_names.py:60:36: AIR301 [*] `airflow.configuration.has_option` is removed
18918960 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
190190 | ^^^^^^^^^^ AIR301
191191 |
192- = help : Use ` airflow.configuration. conf.has_option` instead
192+ = help : Use ` conf.has_option` from ` airflow.configuration ` instead .
193193
194194ℹ Safe fix
19519519 19 | has_option ,
@@ -215,7 +215,7 @@ AIR301_names.py:60:48: AIR301 [*] `airflow.configuration.remove_option` is remov
21521560 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
216216 | ^^^^^^^^^^^^^ AIR301
217217 |
218- = help : Use ` airflow.configuration. conf.remove_option` instead
218+ = help : Use ` conf.remove_option` from ` airflow.configuration ` instead .
219219
220220ℹ Safe fix
22122119 19 | has_option ,
@@ -241,7 +241,7 @@ AIR301_names.py:60:63: AIR301 [*] `airflow.configuration.as_dict` is removed in
24124160 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
242242 | ^^^^^^^ AIR301
243243 |
244- = help : Use ` airflow.configuration. conf.as_dict` instead
244+ = help : Use ` conf.as_dict` from ` airflow.configuration ` instead .
245245
246246ℹ Safe fix
24724719 19 | has_option ,
@@ -267,7 +267,7 @@ AIR301_names.py:60:72: AIR301 [*] `airflow.configuration.set` is removed in Airf
26726760 | get , getboolean , getfloat , getint , has_option , remove_option , as_dict , set
268268 | ^^^ AIR301
269269 |
270- = help : Use ` airflow.configuration. conf.set` instead
270+ = help : Use ` conf.set` from ` airflow.configuration ` instead .
271271
272272ℹ Safe fix
27327319 19 | has_option ,
@@ -308,7 +308,7 @@ AIR301_names.py:72:1: AIR301 `airflow.hooks.base_hook.BaseHook` is removed in Ai
30830872 | BaseHook ()
309309 | ^^^^^^^^ AIR301
310310 |
311- = help : Use ` airflow.hooks.base.BaseHook ` instead
311+ = help : Use ` BaseHook ` from ` airflow.hooks.base` instead .
312312
313313AIR301_names .py :76 :1 : AIR301 ` airflow.operators.subdag.SubDagOperator` is removed in Airflow 3.0
314314 |
@@ -324,7 +324,7 @@ AIR301_names.py:85:1: AIR301 `airflow.sensors.base_sensor_operator.BaseSensorOpe
32432485 | BaseSensorOperator ()
325325 | ^^^^^^^^^^^^^^^^^^ AIR301
326326 |
327- = help : Use ` airflow.sdk.bases.sensor.BaseSensorOperator ` instead
327+ = help : Use ` BaseSensorOperator ` from ` airflow.sdk.bases.sensor` instead .
328328
329329AIR301_names .py :89 :1 : AIR301 ` airflow.triggers.external_task.TaskStateTrigger` is removed in Airflow 3.0
330330 |
@@ -446,7 +446,7 @@ AIR301_names.py:117:1: AIR301 `airflow.utils.file.TemporaryDirectory` is removed
446446 | ^^^^^^^^^^^^^^^^^^ AIR301
447447118 | mkdirs
448448 |
449- = help : Use ` tempfile. TemporaryDirectory` instead
449+ = help : Use ` TemporaryDirectory` from ` tempfile ` instead .
450450
451451AIR301_names .py :118 :1 : AIR301 ` airflow.utils.file.mkdirs` is removed in Airflow 3.0
452452 |
@@ -466,7 +466,7 @@ AIR301_names.py:121:1: AIR301 [*] `airflow.utils.helpers.chain` is removed in Ai
466466 | ^^^^^^^^^^^^ AIR301
467467122 | helper_cross_downstream
468468 |
469- = help : Use ` airflow.sdk.chain ` instead
469+ = help : Use ` chain ` from ` airflow.sdk` instead .
470470
471471ℹ Safe fix
47247248 48 | from airflow .utils .trigger_rule import TriggerRule
@@ -495,7 +495,7 @@ AIR301_names.py:122:1: AIR301 [*] `airflow.utils.helpers.cross_downstream` is re
495495123 |
496496124 | # airflow .utils .log
497497 |
498- = help : Use ` airflow.sdk.cross_downstream ` instead
498+ = help : Use ` cross_downstream ` from ` airflow.sdk` instead .
499499
500500ℹ Safe fix
50150148 48 | from airflow .utils .trigger_rule import TriggerRule
@@ -523,7 +523,7 @@ AIR301_names.py:125:1: AIR301 `airflow.utils.log.secrets_masker` is removed in A
523523126 |
524524127 | # airflow .utils .state
525525 |
526- = help : Use ` airflow.sdk.execution_time.secrets_masker ` instead
526+ = help : Use ` secrets_masker ` from ` airflow.sdk.execution_time` instead .
527527
528528AIR301_names .py :128 :1 : AIR301 ` airflow.utils.state.SHUTDOWN` is removed in Airflow 3.0
529529 |
@@ -595,7 +595,7 @@ AIR301_names.py:146:1: AIR301 `airflow.operators.python.get_current_context` is
595595147 |
596596148 | # airflow .providers .mysql
597597 |
598- = help : Use ` airflow.sdk.get_current_context ` instead
598+ = help : Use ` get_current_context ` from ` airflow.sdk` instead .
599599
600600AIR301_names .py :151 :1 : AIR301 ` airflow.providers.mysql.datasets.mysql.sanitize_uri` is removed in Airflow 3.0
601601 |
@@ -606,7 +606,7 @@ AIR301_names.py:151:1: AIR301 `airflow.providers.mysql.datasets.mysql.sanitize_u
606606152 |
607607153 | # airflow .providers .postgres
608608 |
609- = help : Use ` airflow.providers.mysql.assets.mysql.sanitize_uri ` instead
609+ = help : Use ` sanitize_uri ` from ` airflow.providers.mysql.assets.mysql` instead .
610610
611611AIR301_names .py :156 :1 : AIR301 ` airflow.providers.postgres.datasets.postgres.sanitize_uri` is removed in Airflow 3.0
612612 |
@@ -617,7 +617,7 @@ AIR301_names.py:156:1: AIR301 `airflow.providers.postgres.datasets.postgres.sani
617617157 |
618618158 | # airflow .providers .trino
619619 |
620- = help : Use ` airflow.providers.postgres.assets.postgres.sanitize_uri ` instead
620+ = help : Use ` sanitize_uri ` from ` airflow.providers.postgres.assets.postgres` instead .
621621
622622AIR301_names .py :161 :1 : AIR301 ` airflow.providers.trino.datasets.trino.sanitize_uri` is removed in Airflow 3.0
623623 |
@@ -628,7 +628,7 @@ AIR301_names.py:161:1: AIR301 `airflow.providers.trino.datasets.trino.sanitize_u
628628162 |
629629163 | # airflow .notifications .basenotifier
630630 |
631- = help : Use ` airflow.providers.trino.assets.trino.sanitize_uri ` instead
631+ = help : Use ` sanitize_uri ` from ` airflow.providers.trino.assets.trino` instead .
632632
633633AIR301_names .py :166 :1 : AIR301 ` airflow.notifications.basenotifier.BaseNotifier` is removed in Airflow 3.0
634634 |
@@ -639,7 +639,7 @@ AIR301_names.py:166:1: AIR301 `airflow.notifications.basenotifier.BaseNotifier`
639639167 |
640640168 | # airflow .auth .manager
641641 |
642- = help : Use ` airflow.sdk.bases.notifier.BaseNotifier ` instead
642+ = help : Use ` BaseNotifier ` from ` airflow.sdk.bases.notifier` instead .
643643
644644AIR301_names .py :171 :1 : AIR301 ` airflow.auth.managers.base_auth_manager.BaseAuthManager` is removed in Airflow 3.0
645645 |
@@ -648,4 +648,4 @@ AIR301_names.py:171:1: AIR301 `airflow.auth.managers.base_auth_manager.BaseAuthM
648648171 | BaseAuthManager ()
649649 | ^^^^^^^^^^^^^^^ AIR301
650650 |
651- = help : Use ` airflow.api_fastapi.auth.managers.base_auth_manager.BaseAuthManager ` instead
651+ = help : Use ` BaseAuthManager ` from ` airflow.api_fastapi.auth.managers.base_auth_manager` instead .
0 commit comments