-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
good first issuekind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issueupgrade-checkupgrade-check CLIupgrade-check CLIwon't fix
Description
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
good first issuekind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issueupgrade-checkupgrade-check CLIupgrade-check CLIwon't fix