-
Notifications
You must be signed in to change notification settings - Fork 16.3k
[AIRFLOW-6644][AIP-21] Move service classes to providers package #7265
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ooks.discord_webhook
…oks.opsgenie_alert
…cks.operators.databricks
…operators.dingding
…scord.operators.discord_webhook
…s.jenking.operators.jenkins_job_trigger
…genie.operators.opsgenie_alert
…e.operators.qubole_check
…s.segment.operators.segment_track_event
…k.operators.slack_webhook
potiuk
approved these changes
Jan 26, 2020
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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]
[AIRFLOW-NNNN]. AIRFLOW-NNNN = JIRA ID** 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.