Re: [PR] Providers wave 2026-02-10 [airflow]
shahar1 merged PR #61746: URL: https://github.com/apache/airflow/pull/61746 -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
shahar1 commented on PR #61746: URL: https://github.com/apache/airflow/pull/61746#issuecomment-3880935902 Currently blocked due to: https://github.com/apache/airflow/pull/59558#issuecomment-3880835371 Possible actions: 1. Merging https://github.com/apache/airflow/pull/61749 2. Reverting https://github.com/apache/airflow/pull/59558 -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
jscheffl commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790272128 ## providers/common/compat/docs/changelog.rst: ## @@ -25,6 +25,17 @@ Changelog - +1.13.1 +.. + +Misc + + +* ``Move lineage from airflow core to task sdk (#61157)`` Review Comment: Here in https://github.com/apache/airflow/pull/61157/changes#diff-6a680f957b3afb33b52ff95521bb5490ff293442aece283694afddfe0a884ae8R98-R104 the common compat imports (and re-exports) the interfaces as a new feature. -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
jscheffl commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790272128 ## providers/common/compat/docs/changelog.rst: ## @@ -25,6 +25,17 @@ Changelog - +1.13.1 +.. + +Misc + + +* ``Move lineage from airflow core to task sdk (#61157)`` Review Comment: Here in https://github.com/apache/airflow/pull/61517 the common compat imports (and re-exports) the interfaces as a new feature. -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
eladkal commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790255691 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` Review Comment: It feels as https://github.com/apache/airflow/pull/60904 was the feature and the followup PR but I guess its a matter of perspective -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
shahar1 commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790249139 ## providers/google/docs/changelog.rst: ## @@ -27,6 +27,58 @@ Changelog - +20.0.0 +.. + +Breaking changes + + +* ``Migrate ADLSListOperator from ADLS Gen1 to Gen2 (#61188)`` Review Comment: Both, I'll add -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
shahar1 commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790239859 ## providers/common/compat/docs/changelog.rst: ## @@ -25,6 +25,17 @@ Changelog - +1.13.1 +.. + +Misc + + +* ``Move lineage from airflow core to task sdk (#61157)`` Review Comment: https://github.com/apache/airflow/pull/61157/changes#diff-fdb669ace6064a91b169ed2b1776b335e9fa1ae98e46da0d720f2fd48cbca565 Could you please elaborate? It seems like it just changes a path from one to another, but maybe you could provide some more context -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
eladkal commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790237703 ## providers/google/docs/changelog.rst: ## @@ -27,6 +27,58 @@ Changelog - +20.0.0 +.. + +Breaking changes + + +* ``Migrate ADLSListOperator from ADLS Gen1 to Gen2 (#61188)`` Review Comment: Is this a breaking change for google or azure or both? Breaking change normally includes a note block that explains users how to migrate -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
shahar1 commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790227066 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` Review Comment: Feature - it adds a new flag to control a behavior https://github.com/apache/airflow/pull/61272/changes -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
eladkal commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790218880 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` +* ``Add cancel_on_kill support for EMR Serverless deferrable operator (#60440)`` + +Bug Fixes +~ + +* ``Update EKS hook auth API version to v1 and replace non-POSIX 'source' with '.' (#61441)`` +* ``Fix hardcoded waiter logic in EmrCreateJobFlowOperator (#61195)`` +* ``Fix 'host' in AWS auth manager (#61368)`` + +Misc + + +* ``Deprecate has access backfill in providers (#61402)`` Review Comment: This one isn't very clear -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
eladkal commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790215233 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` Review Comment: Feature or bugfix? -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
jscheffl commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790214459 ## providers/common/compat/docs/changelog.rst: ## @@ -25,6 +25,17 @@ Changelog - +1.13.1 +.. + +Misc + + +* ``Move lineage from airflow core to task sdk (#61157)`` Review Comment: I would rate this as a misc in all consuming providers and a "feature" in common.compat. -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
shahar1 commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790214992 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` +* ``Add cancel_on_kill support for EMR Serverless deferrable operator (#60440)`` + +Bug Fixes +~ + +* ``Update EKS hook auth API version to v1 and replace non-POSIX 'source' with '.' (#61441)`` +* ``Fix hardcoded waiter logic in EmrCreateJobFlowOperator (#61195)`` +* ``Fix 'host' in AWS auth manager (#61368)`` + +Misc + + +* ``Deprecate has access backfill in providers (#61402)`` +* ``Cleanup some dependencies (#60992)`` + +Doc-only + + +* ``Bump black to latest 26.1.0 release (#61612)`` Review Comment: https://github.com/apache/airflow/pull/61612/changes#diff-7541cdf1e7e6e7536f770eed417b6f1ce70943094e415499d01c2cec4e81cfb6 Seems unrelated, I'll remove it. Thanks! -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
eladkal commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790213076 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` +* ``Add cancel_on_kill support for EMR Serverless deferrable operator (#60440)`` + +Bug Fixes +~ + +* ``Update EKS hook auth API version to v1 and replace non-POSIX 'source' with '.' (#61441)`` +* ``Fix hardcoded waiter logic in EmrCreateJobFlowOperator (#61195)`` +* ``Fix 'host' in AWS auth manager (#61368)`` + +Misc + + +* ``Deprecate has access backfill in providers (#61402)`` +* ``Cleanup some dependencies (#60992)`` + +Doc-only + + +* ``Bump black to latest 26.1.0 release (#61612)`` Review Comment: Should be skipped from changelog as it is not user facing -- 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]
Re: [PR] Providers wave 2026-02-10 [airflow]
jscheffl commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790206120 ## providers/amazon/docs/changelog.rst: ## @@ -26,6 +26,42 @@ Changelog - +9.22.0 +.. + +Features + + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` +* ``Add cancel_on_kill support for EMR Serverless deferrable operator (#60440)`` + +Bug Fixes +~ + +* ``Update EKS hook auth API version to v1 and replace non-POSIX 'source' with '.' (#61441)`` +* ``Fix hardcoded waiter logic in EmrCreateJobFlowOperator (#61195)`` +* ``Fix 'host' in AWS auth manager (#61368)`` + +Misc + + +* ``Deprecate has access backfill in providers (#61402)`` +* ``Cleanup some dependencies (#60992)`` + +Doc-only + + +* ``Bump black to latest 26.1.0 release (#61612)`` Review Comment: Would this not be rather misc? Or as it is CI only and not production maybe even hidden? -- 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]
