eladkal commented on PR #42408: URL: https://github.com/apache/airflow/pull/42408#issuecomment-2368671061
We are having some canary build failure around dynamo db: ``` FAILED tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBValueSensor::test_sensor_with_pk - botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the GetItem operation: The provided key element does not match the schema 4441 FAILED tests/providers/amazon/aws/sensors/test_dynamodb.py::TestDynamoDBMultipleValuesSensor::test_sensor_with_pk - botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the GetItem operation: The provided key element does not match the schema ``` https://github.com/apache/airflow/actions/runs/10989610037/job/30508381216#step:7:4458 Looks like `botocore` changed the dynamodb endpoints https://github.com/boto/botocore/issues/3263#issuecomment-2365345634 Added canary and upgrade labels to rerun the CI with the updated versions -- 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]
