[PR] Improve error handling in AWS Links [airflow]

2023-11-07 Thread via GitHub
Taragolis opened a new pull request, #35518: URL: https://github.com/apache/airflow/pull/35518 Follow-up: #35484 Do not fail on call `BaseAwsLink.get_link` and `BaseAwsLink.persist ` methods, if something going wrong then it won't affect Operators/Sensors execution

Re: [PR] Improve error handling in AWS Links [airflow]

2023-11-07 Thread via GitHub
o-nikolas commented on code in PR #35518: URL: https://github.com/apache/airflow/pull/35518#discussion_r1385721527 ## tests/providers/amazon/aws/links/test_base_aws.py: ## @@ -209,6 +225,16 @@ def test_empty_xcom(self): deserialized_task.get_extra_links(ti, self.lin

Re: [PR] Improve error handling in AWS Links [airflow]

2023-11-07 Thread via GitHub
Taragolis commented on code in PR #35518: URL: https://github.com/apache/airflow/pull/35518#discussion_r1385723729 ## tests/providers/amazon/aws/links/test_base_aws.py: ## @@ -209,6 +225,16 @@ def test_empty_xcom(self): deserialized_task.get_extra_links(ti, self.lin

Re: [PR] Improve error handling in AWS Links [airflow]

2023-11-08 Thread via GitHub
eladkal merged PR #35518: URL: https://github.com/apache/airflow/pull/35518 -- 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: commits-unsubscr...@airflow.