Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed May 1, 2024
1 parent d7c6bf6 commit 9710a4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/apache/iceberg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"2.7.0"
):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-iceberg:{__version__}` needs Apache Airflow 2.6.0+"
f"The package `apache-airflow-providers-apache-iceberg:{__version__}` needs Apache Airflow 2.7.0+"
)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@

import warnings

from airflow.exceptions import AirflowProviderDeprecationWarning
from airflow.providers.apache.iceberg.hooks.iceberg import IcebergHook # noqa: F401

warnings.warn(
"This module is deprecated. Please use `airflow.providers.apache.iceberg.hooks.iceberg`.",
DeprecationWarning,
AirflowProviderDeprecationWarning,
stacklevel=2,
)
2 changes: 1 addition & 1 deletion airflow/providers/tabular/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ versions:
- 1.0.0

dependencies:
- apache-airflow>=2.6.0
- apache-airflow>=2.7.0
- apache-airflow-providers-apache-iceberg

devel-dependencies:
Expand Down
12 changes: 2 additions & 10 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
},
"apache.iceberg": {
"deps": [
"apache-airflow>=2.6.0"
"apache-airflow>=2.7.0"
],
"devel-deps": [
"pyiceberg>=0.5.0"
Expand Down Expand Up @@ -1118,23 +1118,15 @@
},
"tabular": {
"deps": [
<<<<<<< HEAD
"apache-airflow>=2.7.0"
=======
"apache-airflow-providers-apache-iceberg",
"apache-airflow>=2.6.0"
>>>>>>> 6a75b87b4b (add tabular deprecation)
"apache-airflow>=2.7.0"
],
"devel-deps": [
"pyiceberg>=0.5.0"
],
<<<<<<< HEAD
"cross-providers-deps": [],
=======
"cross-providers-deps": [
"apache.iceberg"
],
>>>>>>> 6a75b87b4b (add tabular deprecation)
"excluded-python-versions": [],
"state": "ready"
},
Expand Down

0 comments on commit 9710a4e

Please sign in to comment.