Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate s3 keys unchanged sensor async #1398

Merged
merged 4 commits into from
Jan 11, 2024

Conversation

Lee-W
Copy link
Contributor

@Lee-W Lee-W commented Dec 25, 2023

This PR is blocked by the release of apache/airflow#36363 apache/airflow#36467

upgrade minimum apache-airflow-providers-amazon to 8.15.0 and deprecate S3KeysUnchangedSensorAsync

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (60546e4) 98.41% compared to head (31a985b) 98.40%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1398      +/-   ##
==========================================
- Coverage   98.41%   98.40%   -0.02%     
==========================================
  Files          91       91              
  Lines        5312     5268      -44     
==========================================
- Hits         5228     5184      -44     
  Misses         84       84              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lee-W
Copy link
Contributor Author

Lee-W commented Dec 28, 2023

It has been tested on astro cloud with amazon == 8.15.0

1 similar comment
@Lee-W
Copy link
Contributor Author

Lee-W commented Dec 28, 2023

It has been tested on astro cloud with amazon == 8.15.0

@Lee-W Lee-W force-pushed the deprecate-S3KeysUnchangedSensorAsync branch from 01aff99 to 08e32a7 Compare January 3, 2024 03:30
Copy link
Contributor

@pankajastro pankajastro left a comment

Choose a reason for hiding this comment

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

LGTM

@Lee-W Lee-W merged commit a49fe81 into main Jan 11, 2024
11 checks passed
@Lee-W Lee-W deleted the deprecate-S3KeysUnchangedSensorAsync branch January 11, 2024 06:41
Copy link
Collaborator

@pankajkoti pankajkoti left a comment

Choose a reason for hiding this comment

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

It just struck me. We would need to remove any hook specific code too right for this and other deprecation PRs?

@Lee-W
Copy link
Contributor Author

Lee-W commented Jan 11, 2024

It just struck me. We would need to remove any hook specific code too right for this and other deprecation PRs?

yep, let me remove it in another PR

@pankajastro
Copy link
Contributor

It just struck me. We would need to remove any hook specific code too right for this and other deprecation PRs?

sometimes people use hook implementation in taskflow API so wondering if we remove hook code then need a major release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants