AlejandroMorgante commented on issue #68751: URL: https://github.com/apache/airflow/issues/68751#issuecomment-4753974244
Verified `apache-airflow-providers-amazon[aiobotocore]==9.31.0rc1`. Tested: https://github.com/apache/airflow/pull/68140 Environment: - Airflow 3.0.6 Docker environment - Python 3.12 - Provider installed from the PyPI RC package - AWS region: `us-east-1` - Tested against a real Bedrock AgentCore Runtime in a test AWS account - Triggerer enabled Result: - Created a temporary AgentCore Runtime as test setup. - `BedrockDeleteAgentRuntimeOperator(deferrable=True)` submitted deletion, moved the task to `DEFERRED`, and resumed successfully from the triggerer. - The trigger fired `TriggerEvent` with `status=success`. - The runtime was confirmed deleted after AWS returned `ResourceNotFoundException`. -- 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]
