ferruzzi commented on PR #28338:
URL: https://github.com/apache/airflow/pull/28338#issuecomment-1490746085

   > Moto isn't going to store the values you put to dynamo and return them 
later.
   
   Actually,. that may be the actual issue.  I think maybe moto isn't stepping 
in here because the resource is being used and not the boto client API call.  
If you look in [the moto 
code](https://github.com/getmoto/moto/blob/master/moto/dynamodb/responses.py#L167),
 the DynamoHandler class defines what the mocked API calls return and how the 
return values are generated.  I don't know how the Table resource behaves under 
the hood, but that could be a lead.


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