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-6610] Move software classes to providers package #7231

Merged
merged 31 commits into from
Jan 21, 2020

Conversation

mik-laj
Copy link
Member

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

More information: https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-21%3A+Changes+in+import+paths


Issue link: AIRFLOW-6610

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.

Kamil Breguła added 30 commits January 21, 2020 13:49
@codecov-io
Copy link

codecov-io commented Jan 21, 2020

Codecov Report

Merging #7231 into master will increase coverage by 51.99%.
The diff coverage is 92.37%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #7231       +/-   ##
===========================================
+ Coverage   33.34%   85.34%   +51.99%     
===========================================
  Files         760      791       +31     
  Lines       39991    40124      +133     
===========================================
+ Hits        13335    34243    +20908     
+ Misses      26656     5881    -20775
Impacted Files Coverage Δ
airflow/example_dags/example_docker_operator.py 100% <ø> (ø) ⬆️
airflow/example_dags/docker_copy_data.py 100% <ø> (ø) ⬆️
...flow/example_dags/example_docker_swarm_operator.py 100% <ø> (ø) ⬆️
airflow/operators/postgres_operator.py 0% <0%> (ø) ⬆️
...viders/google/cloud/example_dags/example_vision.py 0% <0%> (ø) ⬆️
...viders/google/cloud/example_dags/example_pubsub.py 0% <0%> (ø) ⬆️
...gle/cloud/example_dags/example_natural_language.py 0% <0%> (ø) ⬆️
...ow/contrib/example_dags/example_qubole_operator.py 90% <100%> (+90%) ⬆️
...ample_dags/example_branch_python_dop_operator_3.py 75% <100%> (ø) ⬆️
airflow/operators/postgres_to_gcs.py 85.29% <100%> (+32.35%) ⬆️
... and 738 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 0cbadf4...5f85765. Read the comment docs.

@mik-laj mik-laj merged commit 059eda0 into apache:master Jan 21, 2020
galuszkak pushed a commit to FlyrInc/apache-airflow that referenced this pull request Mar 5, 2020
* [AIP-21] Move contrib.hooks.mongo_hook providers.mongo.hooks.mongo

* [AIP-21] Move contrib.hooks.openfaas_hook providers.openfass.hooks.openfaas

* [AIP-21] Move contrib.hooks.redis_hook providers.redis.hooks.redis

* [AIP-21] Move contrib.operators.docker_swarm_operator providers.docker.operators.docker_swarm

* [AIP-21] Move contrib.operators.redis_publish_operator providers.redis.operators.redis_publish

* [AIP-21] Move contrib.operators.kubernetes_pod_operator providers.cncf.kubernetes.operators.kubernetes_pod

* [AIP-21] Move contrib.sensors.bash_sensor sensors.bash

* [AIP-21] Move contrib.sensors.celery_queue_sensor providers.celery.sensors.celery_queue

* [AIP-21] Move contrib.sensors.mongo_sensor providers.mongo.sensors.mongo

* [AIP-21] Move contrib.sensors.python_sensor sensors.python

* [AIP-21] Move contrib.sensors.redis_key_sensor providers.redis.sensors.redis_key

* [AIP-21] Move contrib.sensors.redis_pub_sub_sensor providers.redis.sensors.redis_pub_sub

* [AIP-21] Move hooks.docker_hook providers.docker.hooks.docker

* [AIP-21] Move hooks.mssql_hook providers.microsoft.mssql.hooks.mssql

* [AIP-21] Move hooks.mysql_hook providers.mysql.hooks.mysql

* [AIP-21] Move hooks.oracle_hook providers.oracle.hooks.oracle

* [AIP-21] Move hooks.postgres_hook providers.postgres.hooks.postgres

* [AIP-21] Move hooks.presto_hook providers.presto.hooks.presto

* [AIP-21] Move hooks.samba_hook providers.samba.hooks.samba

* [AIP-21] Move hooks.sqlite_hook providers.sqlite.hooks.sqlite

* [AIP-21] Move operators.bash_operator operators.bash

* [AIP-21] Move operators.docker_operator providers.docker.operators.docker

* [AIP-21] Move operators.mssql_operator providers.microsoft.mssql.operators.mssql

* [AIP-21] Move operators.mysql_operator providers.mssql.operators.mysql

* [AIP-21] Move operators.oracle_operator providers.oracle.operators.oracle

* [AIP-21] Move operators.papermill_operator providers.papermill.operators.papermill

* [AIP-21] Move operators.postgres_operator providers.postgres.operators.postgres

* [AIP-21] Move operators.presto_check_operator providers.presto.operators.presto_check

* [AIP-21] Move operators.python_operator operators.python

* [AIP-21] Move operators.sqlite_operator providers.sqlite.operators.sqlite

* Update docs
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