Skip to content

Commit

Permalink
fix(bigquery): restrict protobuf version (datahub-project#5007)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and maggiehays committed Aug 1, 2022
1 parent 28b67df commit 3fd7cad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ def get_long_description():
"google-cloud-logging",
"google-cloud-bigquery",
"more-itertools>=8.12.0",
# we do not use protobuf directly but newer version caused bigquery connector to fail
"protobuf<=3.20.1",
}

snowflake_common = {
Expand Down

0 comments on commit 3fd7cad

Please sign in to comment.