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-6670][depends on AIRFLOW-6669] Move contrib operators to providers package #7286

Merged
merged 16 commits into from
Jan 29, 2020

Conversation

mik-laj
Copy link
Member

@mik-laj mik-laj commented Jan 28, 2020


Issue link: AIRFLOW-6670

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.

@boring-cyborg boring-cyborg bot added area:docs provider:amazon-aws AWS/Amazon - related issues provider:microsoft-azure Azure-related issues provider:google Google (including GCP) related issues labels Jan 28, 2020
@mik-laj mik-laj changed the title [AIRFLOW-6670] Move contrib operators to providers package [AIRFLOW-6670][depends on AIRFLOW-6669] Move contrib operators to providers package Jan 28, 2020
@codecov-io
Copy link

Codecov Report

Merging #7286 into master will increase coverage by 0.03%.
The diff coverage is 87.39%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #7286      +/-   ##
=========================================
+ Coverage   85.46%   85.5%   +0.03%     
=========================================
  Files         851     864      +13     
  Lines       40403   40455      +52     
=========================================
+ Hits        34532   34592      +60     
+ Misses       5871    5863       -8
Impacted Files Coverage Δ
airflow/operators/s3_to_hive_operator.py 0% <0%> (-93.97%) ⬇️
airflow/operators/mysql_to_hive.py 0% <0%> (-100%) ⬇️
...flow/contrib/example_dags/example_gcs_to_gdrive.py 100% <100%> (ø) ⬆️
...roviders/microsoft/azure/operators/file_to_wasb.py 100% <100%> (ø)
airflow/operators/mssql_to_hive.py 100% <100%> (ø) ⬆️
...s/google/suite/operators/gcs_to_gdrive_operator.py 100% <100%> (ø)
...irflow/contrib/operators/gcs_to_gdrive_operator.py 100% <100%> (ø) ⬆️
airflow/operators/hive_to_druid.py 100% <100%> (+34.84%) ⬆️
airflow/contrib/operators/vertica_to_mysql.py 100% <100%> (+13.23%) ⬆️
...ib/operators/oracle_to_azure_data_lake_transfer.py 100% <100%> (+2.27%) ⬆️
... and 30 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 1988a97...7140c73. Read the comment docs.

@potiuk potiuk merged commit 057f3ae into apache:master Jan 29, 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
provider:amazon-aws AWS/Amazon - related issues provider:google Google (including GCP) related issues provider:microsoft-azure Azure-related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants