LE0-Lin opened a new pull request, #72472: URL: https://github.com/apache/airflow/pull/72472
Closes: #72280 This preserves the AWS hook configuration when OpenSearchServerlessCollectionActiveSensor switches to its deferrable trigger. The change: - forwards region_name, verify, and botocore_config from the sensor to the trigger; - carries those values through AwsBaseWaiterTrigger serialization; - uses them when constructing OpenSearchServerlessHook; - adds regression coverage for the sensor defer payload, hook construction, and serialization/reconstruction with both collection ID and collection name. Local validation: - Ruff formatting and linting pass for all four changed files. - The trigger constructor/serialization consistency check passes. - The targeted Breeze tests could not start because Docker Desktop failed to initialize on this Windows host; the same targeted tests are covered by this PR's Linux CI. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (OpenAI Codex) Generated-by: OpenAI Codex following the project guidelines. -- 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]
