Skip to content

Conversation

@mik-laj
Copy link
Member

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

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


Issue link: AIRFLOW-6644

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 21:58
@boring-cyborg boring-cyborg bot added the provider:google Google (including GCP) related issues label Jan 26, 2020
@mik-laj mik-laj changed the title [AIRFLOW-6644][AIP-21] Move service classes to providers.microsoft package [AIRFLOW-6644][AIP-21] Move service classes to providers package Jan 26, 2020
@codecov-io
Copy link

codecov-io commented Jan 26, 2020

Codecov Report

Merging #7265 into master will increase coverage by 0.09%.
The diff coverage is 84.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7265      +/-   ##
==========================================
+ Coverage   85.34%   85.43%   +0.09%     
==========================================
  Files         791      822      +31     
  Lines       40124    40261     +137     
==========================================
+ Hits        34243    34397     +154     
+ Misses       5881     5864      -17
Impacted Files Coverage Δ
airflow/models/connection.py 77.4% <0%> (ø) ⬆️
airflow/contrib/operators/vertica_to_hive.py 0% <0%> (ø) ⬆️
...ow/contrib/example_dags/example_qubole_operator.py 90% <100%> (ø) ⬆️
airflow/hooks/slack_hook.py 100% <100%> (ø) ⬆️
airflow/contrib/hooks/vertica_hook.py 100% <100%> (+50%) ⬆️
...flow/contrib/example_dags/example_qubole_sensor.py 100% <100%> (ø) ⬆️
airflow/contrib/hooks/qubole_hook.py 100% <100%> (+47.32%) ⬆️
airflow/providers/cloudant/hooks/cloudant.py 100% <100%> (ø)
airflow/providers/opsgenie/hooks/opsgenie_alert.py 100% <100%> (ø)
airflow/operators/slack_operator.py 100% <100%> (ø) ⬆️
... and 101 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 8014039...fe53a7c. Read the comment docs.

@mik-laj mik-laj merged commit c42a375 into apache:master Jan 27, 2020
galuszkak pushed a commit to FlyrInc/apache-airflow that referenced this pull request Mar 5, 2020
…che#7265)

* [AIP-21] Move contrib.hooks.cloudant_hook providers.cloudant.hooks.cloudant

* [AIP-21] Move contrib.hooks.databricks_hook providers.databricks.hooks.databricks

* [AIP-21] Move contrib.hooks.datadog_hook providers.datadog.hooks.datadog

* [AIP-21] Move contrib.hooks.dingding_hook providers.dingding.hooks.dingding

* [AIP-21] Move contrib.hooks.discord_webhook_hook providers.ddiscord.hooks.discord_webhook

* [AIP-21] Move contrib.hooks.gdrive_hook providers.google.suite.hooks.drive

* [AIP-21] Move contrib.hooks.jenkins_hook providers.jenking.hooks.jenkins

* [AIP-21] Move contrib.hooks.opsgenie_alert_hook providers.opsgenie.hooks.opsgenie_alert

* [AIP-21] Move contrib.hooks.pagerduty_hook providers.pagerduty.hooks.pagerduty

* [AIP-21] Move contrib.hooks.qubole_check_hook providers.qubole.hooks.qubole_check

* [AIP-21] Move contrib.hooks.qubole_hook providers.qubole.hooks.qubole

* [AIP-21] Move contrib.hooks.salesforce_hook providers.salesforce.hooks.salesforce

* [AIP-21] Move contrib.hooks.segment_hook providers.segment.hooks.segment

* [AIP-21] Move contrib.hooks.snowflake_hook providers.snowflake.hooks.snowflake

* [AIP-21] Move contrib.hooks.vertica_hook providers.vertica.hooks.vertica

* [AIP-21] Move gcp.hooks.gsheets providers.google.suite.hooks.sheets

* [AIP-21] Move hooks.slack_hook providers.slack.hooks.slack

* [AIP-21] Move hooks.zendesk_hook providers.zendesk.hooks.zendesk

* [AIP-21] Move contrib.operators.databricks_operator providers.databricks.operators.databricks

* [AIP-21] Move contrib.operators.dingding_operator providers.dindding.operators.dingding

* [AIP-21] Move contrib.operators.discord_webhook_operator providers.discord.operators.discord_webhook

* [AIP-21] Move contrib.operators.jenkins_job_trigger_operator providers.jenking.operators.jenkins_job_trigger

* [AIP-21] Move contrib.operators.opsgenie_alert_operator providers.opsgenie.operators.opsgenie_alert

* [AIP-21] Move contrib.operators.qubole_check_operator providers.qubole.operators.qubole_check

* [AIP-21] Move contrib.operators.qubole_operator providers.qubole.operators.qubole

* [AIP-21] Move contrib.operators.segment_track_event_operator providers.segment.operators.segment_track_event

* [AIP-21] Move contrib.operators.slack_webhook_operator providers.slack.operators.slack_webhook

* [AIP-21] Move contrib.operators.vertica_operator providers.vertica.operators.vertica

* [AIP-21] Move contrib.sensors.datadog_sensor providers.datadog.sensors.datadog

* [AIP-21] Move contrib.sensors.qubole_sensor providers.qubole.sensors.qubole

* [AIP-21] Move operators.slack_operator providers.slack.operators.slack

* Update docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

provider:google Google (including GCP) related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants