Skip to content

Conversation

@amoghrajesh
Copy link
Contributor

Google beam provider code was using: from airflow.utils.process_utils import execute_in_subprocess to perform some operations. This utility is only used by google and standard providers and they import it from airflow core creating an unnecessary import dependency between the distributions.

This import pattern also conflicts with our long term goal of having providers only ever use task SDK.

This is part of that cleanup effort and I will follow this task up with 2 more tasks:

  1. Do same / similar for airflow standard provider
  2. Cleanup positioning / wipe out that util if its not used in airflow core

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@ashb ashb merged commit 7289f4f into apache:main Oct 24, 2025
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants