ashb commented on a change in pull request #11924:
URL: https://github.com/apache/airflow/pull/11924#discussion_r513742404
##########
File path: tests/upgrade/rules/test_base_rule.py
##########
@@ -16,7 +16,7 @@
# under the License.
from airflow.upgrade.rules import get_rules
-from airflow.upgrade.rules.conn_type_is_not_nullable import
ConnTypeIsNotNullableRule
+from airflow.upgrade.rules.conn_id.conn_type_is_not_nullable import
ConnTypeIsNotNullableRule
Review comment:
```suggestion
from airflow.upgrade.rules.db.conn_type_is_not_nullable import
ConnTypeIsNotNullableRule
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]