ferruzzi commented on code in PR #28338: URL: https://github.com/apache/airflow/pull/28338#discussion_r1047829104
########## airflow/providers/amazon/aws/example_dags/example_dynamodb_sensor.py: ########## @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one Review Comment: I actually noticed that after I made the comment and took a peek where we could squeeze it into the existing test and... we don't have one. Sorry, I got distracted and forgot to come back and sort that out. I'd say it can be added into the existing [Dynamo-to-S3 system test](https://github.com/apache/airflow/blob/main/tests/system/providers/amazon/aws/example_dynamodb_to_s3.py). Drop the new sensor right after the table_setup perhaps? -- 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]
