vatsrahul1001 opened a new pull request, #66918: URL: https://github.com/apache/airflow/pull/66918
Cherry-pick of #66666 for the Airflow 3.2.2 patch release. ### Conflict resolution One conflict in \`dev/registry/extract_metadata.py\` (imports block). PR's after-context expected \`import subprocess\` to already be present from an earlier change not in v3-2-test, and adds \`import sys\` next to it. Took PR side but **dropped \`import subprocess\`** since it isn't used anywhere in the file on v3-2-test (would be a lint failure). Kept \`import sys\` (needed for the new \`sys.version_info >= (3, 11)\` tomllib check). --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.7) Generated-by: Claude Code (Opus 4.7) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
