This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
generated from astronomer/astro-providers-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Deprecate the provider and proxy to upstream Airflow provider #84
Merged
Conversation
This file contains 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
pankajkoti
force-pushed
the
deprecate-provider
branch
from
August 5, 2024 09:12
ee1c592
to
58c34e5
Compare
pankajkoti
commented
Aug 5, 2024
pankajkoti
commented
Aug 5, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
===========================================
+ Coverage 77.51% 92.45% +14.94%
===========================================
Files 6 6
Lines 627 53 -574
Branches 89 0 -89
===========================================
- Hits 486 49 -437
+ Misses 113 4 -109
+ Partials 28 0 -28 ☔ View full report in Codecov by Sentry. |
pankajastro
approved these changes
Aug 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tatiana
approved these changes
Aug 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant work, @pankajkoti , it looks great - can't wait to see this released!
Merged
pankajkoti
added a commit
that referenced
this pull request
Aug 8, 2024
Deprecations Deprecate the provider and proxy instantiations to upstream official Apache Airflow Databricks provider (PR Deprecate the provider and proxy to upstream Airflow provider #84 )
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
As part of Astronomer's internal plans and decisions, we've decided to contribute the existing functionality provided by the operators and plugins in this repository to the official Apache Airflow Databricks provider. To achieve this, we submitted the following PRs to the Airflow provider:
DatabricksNotebookOperator
apache/airflow#39178DatabricksNotebookOperator
apache/airflow#39295All functionality has now been contributed to the Airflow Databricks provider, and ongoing support will be maintained there. As a result, we're deprecating the operators and plugins in this repository. Users are encouraged to transition to the official Apache Airflow Databricks provider as soon as possible. The migration process is straightforward—simply update the import path to point to the Airflow provider and ensure that you install
apache-airflow-providers-databricks>=6.8.0
, which includes all the contributions mentioned above.closes: https://github.com/astronomer/issues-airflow/issues/715