Skip to content

Investigate usage of utils functions from Airflow core in Providers #62063

Description

@amoghrajesh

Provider's have a lot of references of utils imports in them. Investigate that and remove those to remove airflow-core dependency on providers, this can be done either by:

  1. If the util function is small-ish, consider moving it inside as a private function / class in provider itself while handling compat
  2. If it can be consumed from task-sdk (if present in sdk), do that

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions