ferruzzi commented on code in PR #30501:
URL: https://github.com/apache/airflow/pull/30501#discussion_r1175573712
##########
airflow/providers/amazon/aws/waiters/dynamodb.json:
##########
@@ -0,0 +1,30 @@
+{
+ "version": 2,
+ "waiters": {
+ "export_table": {
+ "operation": "DescribeExport",
+ "delay": 30,
+ "maxAttempts": 60,
+ "acceptors": [
+ {
+ "matcher": "path",
+ "expected": "COMPLETED",
+ "argument": "ExportDescription.ExportStatus",
Review Comment:
According to my notes, I think the current issue is because these "argument"
fields need to be all lowercase. Documentation on the BOTO side for these is
pretty hard to find, I might be mistaken, but if you are still running into
that ` 'dynamodb.ServiceResource' object has no attribute 'describe_export'`
issue.
If that is the case, can you please also update the waiters README to make
that more obvious??
--
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]