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-7041] make bowler dependency local #7691

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Mar 11, 2020


Issue link: AIRFLOW-7041

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.

@potiuk potiuk requested a review from turbaszek March 11, 2020 09:23
@potiuk potiuk force-pushed the AIRFLOW-7041-make-bowler-dependency-local branch from b0c28e7 to e1365b8 Compare March 11, 2020 11:06
@codecov-io
Copy link

codecov-io commented Mar 11, 2020

Codecov Report

Merging #7691 into master will decrease coverage by 25.97%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #7691       +/-   ##
===========================================
- Coverage   86.98%   61.00%   -25.98%     
===========================================
  Files         904      904               
  Lines       43736    43736               
===========================================
- Hits        38045    26683    -11362     
- Misses       5691    17053    +11362     
Impacted Files Coverage Δ
airflow/providers/oracle/hooks/oracle.py 9.40% <0.00%> (-86.33%) ⬇️
airflow/providers/apache/sqoop/hooks/sqoop.py 11.61% <0.00%> (-83.88%) ⬇️
airflow/providers/apache/spark/hooks/spark_jdbc.py 10.34% <0.00%> (-81.61%) ⬇️
airflow/providers/slack/hooks/slack_webhook.py 16.66% <0.00%> (-79.17%) ⬇️
...flow/providers/apache/hive/operators/hive_stats.py 21.33% <0.00%> (-78.67%) ⬇️
airflow/providers/google/cloud/hooks/dlp.py 20.93% <0.00%> (-77.62%) ⬇️
airflow/providers/google/suite/hooks/drive.py 22.91% <0.00%> (-77.09%) ⬇️
airflow/providers/apache/pig/hooks/pig.py 18.60% <0.00%> (-76.75%) ⬇️
airflow/providers/apache/spark/hooks/spark_sql.py 13.63% <0.00%> (-75.76%) ⬇️
...rflow/providers/apache/spark/hooks/spark_submit.py 9.19% <0.00%> (-75.48%) ⬇️
... and 294 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 2536b51...e1365b8. Read the comment docs.

@potiuk potiuk merged commit 462225a into apache:master Mar 11, 2020
pgodek pushed a commit to FlyrInc/apache-airflow that referenced this pull request Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants