Aatirhassanpir opened a new issue, #45764: URL: https://github.com/apache/airflow/issues/45764
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers AWS provider version in Apache Airflow, which was merged on June 14, 2022 ### Apache Airflow version Apache Airflow 2.x, as the pull request was merged into the main branch, which supports Airflow 2. ### Operating System windows OS ### Deployment Amazon (AWS) MWAA ### Deployment details Deployment Method: Amazon (AWS) MWAA (Managed Workflows for Apache Airflow) Airflow Version: Apache Airflow 2.x (specify exact version if known) Provider Version: Specify the version of the provider you're using (e.g., AWS Provider for Airflow). Additional Software Versions: Include any relevant versions, such as Python (e.g., Python 3.8), Docker version (if using Docker-based deployment), or any other services related to your deployment (e.g., AWS SDK version). ### What happened The issue arose after adding new external links for AWS Batch and AWS CloudWatch in the Apache Airflow provider, including links to Batch Job Definitions, Job Details, Job Queue, and CloudWatch Log Stream Events. These links were added to the BatchOperator for easier navigation. However, users may have faced issues with the conditional CloudWatchEventsLink, impacting the expected behavior or functionality of the links in certain deployment scenarios. This affected users relying on these links to manage AWS resources within Airflow workflows. ### What you think should happen instead _No response_ ### How to reproduce To reproduce the issue: Install the latest version of Apache Airflow with the AWS provider. Create a BatchOperator and configure it to interact with AWS Batch. Ensure the AWS Batch integration is set up correctly with the required permissions. Test the new external links by triggering the operator. Observe that the new external links (e.g., BatchJobDefinitionLink, CloudWatchEventsLink) are displayed. Check if the CloudWatchEventsLink behaves conditionally, depending on the batch job state or other conditions. This will help identify if the expected behavior of the conditional CloudWatchEventsLink or other links fails in some scenarios. ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
