eladkal commented on PR #43398:
URL: https://github.com/apache/airflow/pull/43398#issuecomment-2439652107

   > > Looks good overall, could you please add some unit tests?
   > 
   > I am beginner in Apache CodeBase, I had written the code but unable to 
find the reason why few test cases are failing.
   
   1 test is failing:
   
https://github.com/apache/airflow/actions/runs/11531791746/job/32105138377#step:7:2095
   
   ```
   providers/tests/amazon/aws/operators/test_athena.py:245: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   airflow/models/baseoperator.py:417: in wrapper
       return func(self, *args, **kwargs)
   providers/src/airflow/providers/amazon/aws/operators/athena.py:158: in 
execute
       query_status = self.hook.poll_query_status(
   providers/src/airflow/providers/amazon/aws/hooks/athena.py:276: in 
poll_query_status
       wait(
   _ _ _ _ _ _ _ _ _ _ _ _ _
   
   ...
   
   >                   raise AirflowException(f"{failure_message}: {error}")
   E                   airflow.exceptions.AirflowException: Error while waiting 
for query eac29bf8-daa1-4ffc-b19a-0db31dc3b784 to complete: Waiter 
query_complete failed: An error occurred (UnrecognizedClientException): The 
security token included in the request is invalid.
   
   providers/src/airflow/providers/amazon/aws/utils/waiter_with_logging.py:86: 
AirflowException
   ```


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