Skip to content

upgrade checker missing rule #14232

@HaloKo4

Description

@HaloKo4

What happened:

The current upgrade-checker (1.2.0) doesn't have rule handle moving of classes / functions in the utils path.

Example:
from airflow.utils.db import create_session
changed to:
from airflow.utils.session import create_session

What you expected to happen:
provide notice on these changes.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions