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-6840] Bump up version of future #7471

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

yuqian90
Copy link
Contributor

@yuqian90 yuqian90 commented Feb 20, 2020

NOTE: This PR is against branch v1-10-test

The future package was removed in master, but v1-10-test still needs it. Bumping up the version makes it easier to migrate to python3.8. More specifically this is the change that should be picked up:


Issue link: AIRFLOW-6840

Make sure to mark the boxes below before creating PR: [x]

  • Description above provides context of the change
  • Commit message/PR title starts with [AIRFLOW-NNNN]. AIRFLOW-NNNN = JIRA ID*
  • Unit tests coverage for changes (not needed for documentation changes)
  • Commits follow "How to write a good git commit message"
  • Relevant documentation is updated including usage instructions.
  • I will engage committers as explained in Contribution Workflow Example.

* For document-only changes commit message can start with [AIRFLOW-XXXX].


In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.
Read the Pull Request Guidelines for more information.

@codecov-io
Copy link

codecov-io commented Feb 20, 2020

Codecov Report

Merging #7471 into v1-10-test will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           v1-10-test    #7471      +/-   ##
==============================================
+ Coverage       81.63%   81.64%   +<.01%     
==============================================
  Files             529      529              
  Lines           36437    36437              
==============================================
+ Hits            29747    29749       +2     
+ Misses           6690     6688       -2
Impacted Files Coverage Δ
airflow/operators/postgres_operator.py 100% <0%> (ø) ⬆️
airflow/operators/mysql_operator.py 100% <0%> (ø) ⬆️
airflow/operators/mysql_to_hive.py 100% <0%> (ø) ⬆️
airflow/operators/generic_transfer.py 100% <0%> (ø) ⬆️
airflow/contrib/kubernetes/volume_mount.py 100% <0%> (ø) ⬆️
airflow/hooks/hdfs_hook.py 92.5% <0%> (ø) ⬆️
airflow/contrib/kubernetes/volume.py 100% <0%> (ø) ⬆️
airflow/contrib/kubernetes/pod_launcher.py 92.48% <0%> (ø) ⬆️
airflow/security/kerberos.py 75.55% <0%> (ø) ⬆️
airflow/contrib/kubernetes/pod_generator.py 87.5% <0%> (ø) ⬆️
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6135f7d...2506022. Read the comment docs.

@ashb ashb merged commit b79bbb0 into apache:v1-10-test Feb 20, 2020
kaxil pushed a commit that referenced this pull request Feb 21, 2020
@yuqian90 yuqian90 deleted the upgrade_future branch February 22, 2020 04:03
kaxil pushed a commit that referenced this pull request Mar 19, 2020
kaxil pushed a commit to astronomer/airflow that referenced this pull request Mar 19, 2020
vshshjn7 pushed a commit to vshshjn7/airflow that referenced this pull request Jul 27, 2020
msumit pushed a commit to twitter-forks/airflow that referenced this pull request Jul 27, 2020
)

* [CP][AIRFLOW-6840] Bump up version of future (apache#7471)

* version bump

Co-authored-by: yuqian90 <[email protected]>
Co-authored-by: Vishesh Jain <[email protected]>
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