Skip to content

Commit

Permalink
Add a quirk for google-cloud-bigquery (#396)
Browse files Browse the repository at this point in the history
On conda-forge, the package `google-cloud-bigquery` is quite
bloated because it contains all the extras.  The pypi package
`google-cloud-bigquery` is instead `google-cloud-bigquery-core`
on conda-forge:

https://github.com/conda-forge/google-cloud-bigquery-feedstock/blob/main/recipe/meta.yaml#L70
  • Loading branch information
xylar authored Sep 29, 2022
1 parent 9c99e63 commit 4e0a380
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grayskull/strategy/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ google:
conda_forge: googlesearch
import_name: googlesearch

google-cloud-bigquery:
conda_forge: google-cloud-bigquery-core
import_name: google.cloud.bigquery

graphviz:
import_name: graphviz
conda_forge: python-graphviz
Expand Down

0 comments on commit 4e0a380

Please sign in to comment.