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-6756] Drop also deprecated tables in reset #7381

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Feb 7, 2020


Issue link: AIRFLOW-6756

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 Report

Merging #7381 into master will decrease coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7381      +/-   ##
==========================================
- Coverage   86.06%   85.89%   -0.18%     
==========================================
  Files         871      871              
  Lines       40642    40659      +17     
==========================================
- Hits        34980    34925      -55     
- Misses       5662     5734      +72
Impacted Files Coverage Δ
airflow/utils/db.py 98.24% <100%> (+0.3%) ⬆️
...w/providers/apache/hive/operators/mysql_to_hive.py 35.84% <0%> (-64.16%) ⬇️
airflow/security/kerberos.py 30.43% <0%> (-45.66%) ⬇️
airflow/providers/mysql/operators/mysql.py 55% <0%> (-45%) ⬇️
airflow/providers/apache/hive/hooks/hive.py 76.02% <0%> (-1.54%) ⬇️
airflow/hooks/dbapi_hook.py 90.9% <0%> (-0.83%) ⬇️
airflow/jobs/scheduler_job.py 89.19% <0%> (-0.15%) ⬇️

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 52db2ab...4c910fa. Read the comment docs.

@potiuk potiuk merged commit 50f01db into apache:master Feb 7, 2020
galuszkak pushed a commit to FlyrInc/apache-airflow that referenced this pull request Mar 5, 2020
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