gocoolp commented on issue #69562:
URL: https://github.com/apache/airflow/issues/69562#issuecomment-4926334104

   
     Tested PR #69142 — Add CRUD methods to DynamoDBHook on 
apache-airflow-providers-amazon==9.32.0rc1.
   
     Environment:
     - Python 3.13
     - apache-airflow-providers-amazon==9.32.0rc1
     - moto (mocked DynamoDB)
   
     Methods validated:
     - put_item ✓
     - get_item ✓ (including None return for missing item)
     - update_item ✓
     - delete_item ✓
     - query ✓
   
     All CRUD methods are working as expected.


-- 
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]

Reply via email to