You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
## Deprecation Notice
2
-
This provider is now deprecated since version 0.3.0 and will not be maintained. Please use the official [Apache Airflow Databricks Provider >= 6.8.0](https://airflow.apache.org/docs/apache-airflow-providers-databricks/stable/index.html) instead.
2
+
3
+
With the release ``0.3.0`` of the ``astro-provider-databricks`` package, this provider stands deprecated and will
4
+
no longer receive updates. We recommend migrating to the official ``apache-airflow-providers-databricks>= 6.8.0`` for the latest features and support.
5
+
For the operators and sensors that are deprecated in this repository, migrating to the official Apache Airflow Databricks Provider
6
+
is as simple as changing the import path in your DAG code as per the below examples.
7
+
8
+
| Previous import path used (Deprecated now) | Suggested import path to use |
0 commit comments