kaxil commented on code in PR #62754:
URL: https://github.com/apache/airflow/pull/62754#discussion_r2875622095
##########
providers/common/sql/pyproject.toml:
##########
@@ -88,8 +88,15 @@ dependencies = [
"amazon" = [
"apache-airflow-providers-amazon"
]
-"datafusion" =[
- "datafusion>=50.0.0",
+# DataFusion 52.0.0 crate is not supported at the moment with iceberg-core
+"datafusion" = [
+ "datafusion>=50.0.0,<52.0.0",
+]
+"pyiceberg-core" = [
+ "pyiceberg-core>=0.8.0"
+]
+"apache.iceberg" = [
+ "apache-airflow-providers-apache-iceberg"
Review Comment:
I think we also need to update the selective-checks fixture for the Common
SQL docs list after adding `apache.iceberg` here.
`Basic tests / Breeze unit tests` is currently failing on
`test_docs_filter[Common SQL provider package python files changed]` because
`docs-list-as-string` doesn’t include `apache.iceberg` yet.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]