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

[Airflow] Remove Airflow < 2.3.0 support #2710

Merged
merged 1 commit into from
May 22, 2024

Conversation

kacpermuda
Copy link
Contributor

Problem

Airflow < 2.3.0 is not offered by any major cloud provider and OL support for it has some limitations.

Solution

I think we can remove support for any Airflow version below 2.3.0

One-line summary:

Remove Airflow < 2.3.0 support

Checklist

  • You've signed-off your work
  • Your pull request title follows our guidelines
  • Your changes are accompanied by tests (if relevant)
  • Your change contains a small diff and is self-contained
  • You've updated any relevant documentation (if relevant)
  • Your comment includes a one-liner for the changelog about the specific purpose of the change (not required for changes to tests, docs, or CI config)
  • You've versioned the core OpenLineage model or facets according to SchemaVer (if relevant)
  • You've added a header to source files (if relevant)

SPDX-License-Identifier: Apache-2.0
Copyright 2018-2024 contributors to the OpenLineage project

@boring-cyborg boring-cyborg bot added area:ci CI area:integration/airflow openlineage-airflow area:tests Testing code language:python Uses Python programming language labels May 21, 2024
@kacpermuda kacpermuda force-pushed the drop-airflow-21-22-support branch 3 times, most recently from 5d87e58 to 360ff0e Compare May 21, 2024 15:13
@boring-cyborg boring-cyborg bot added the area:documentation Improvements or additions to documentation label May 21, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.49%. Comparing base (6a6008d) to head (360ff0e).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2710      +/-   ##
==========================================
+ Coverage   84.59%   85.49%   +0.90%     
==========================================
  Files          59       58       -1     
  Lines        3446     3405      -41     
==========================================
- Hits         2915     2911       -4     
+ Misses        531      494      -37     

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

@mobuchowski mobuchowski self-requested a review May 22, 2024 08:52
Copy link
Member

@mobuchowski mobuchowski left a comment

Choose a reason for hiding this comment

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

One doc change, but overall looks good to me.

@kacpermuda kacpermuda force-pushed the drop-airflow-21-22-support branch from 360ff0e to 28a311e Compare May 22, 2024 09:08
@kacpermuda kacpermuda force-pushed the drop-airflow-21-22-support branch from 28a311e to 441e027 Compare May 22, 2024 09:26
@mobuchowski mobuchowski merged commit ade6396 into main May 22, 2024
66 checks passed
@mobuchowski mobuchowski deleted the drop-airflow-21-22-support branch May 22, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci CI area:documentation Improvements or additions to documentation area:integration/airflow openlineage-airflow area:tests Testing code language:python Uses Python programming language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants