Skip to content

Conversation

@utkarsharma2
Copy link
Contributor

This PR intends to solve the issue that the soft_fail argument in AthenaSensor is not respected.


if state in self.FAILURE_STATES:
raise AirflowException("Athena sensor failed")
# TODO: remove this if block when min_airflow_version is set to higher than 2.7.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity. Why? Why we no longer need this check from 2.7.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants