vincbeck commented on issue #45622:
URL: https://github.com/apache/airflow/issues/45622#issuecomment-2588086727

   I am trying to understand the whole picture. When using `BatchOperator`, it 
can successfully create the job but when the trigger gets initialized (because 
the operator is run in deferrable mode) it fails instantly? Does it fail right 
away when initializing the trigger or later while pooling the batch job status?
   
   Since the deployment is "Virtualenv installation", I assume the triggerer 
and the scheduler are the same machine? If so, I cannot explain why the job 
gets created successfully created but the trigger fails to fetch AWS creds when 
getting created. If the job gets created successfully it means AWS creds are 
there and valid. 
   
   If the scheduler and triggerer are different machines, I could find 
explanations.


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