Skip to content

Commit

Permalink
Make google provider pyarrow dependency explicit (apache#42996)
Browse files Browse the repository at this point in the history
* Make google provider pyarrow dependency explicit

The provider already depends on it directly but it was not listed in provider.yaml

* Add comment to the change

* rerun hooks
  • Loading branch information
saucoide authored and ellisms committed Nov 13, 2024
1 parent 949f740 commit e756656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@
"pandas>=1.5.3,<2.2;python_version<\"3.9\"",
"pandas>=2.1.2,<2.2;python_version>=\"3.9\"",
"proto-plus>=1.19.6",
"pyarrow>=14.0.1",
"python-slugify>=7.0.0",
"sqlalchemy-bigquery>=1.2.1",
"sqlalchemy-spanner>=1.6.2",
Expand Down
2 changes: 2 additions & 0 deletions providers/src/airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ dependencies:
# A transient dependency of google-cloud-bigquery-datatransfer, but we
# further constrain it since older versions are buggy.
- proto-plus>=1.19.6
# Used to write parquet files by BaseSqlToGCSOperator
- pyarrow>=14.0.1
- python-slugify>=7.0.0
- PyOpenSSL>=23.0.0
- sqlalchemy-bigquery>=1.2.1
Expand Down

0 comments on commit e756656

Please sign in to comment.