We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c85421 commit 9ca59e3Copy full SHA for 9ca59e3
sdk/python/feast/infra/offline_stores/bigquery_source.py
@@ -162,6 +162,7 @@ def get_table_column_names_and_types(
162
from google.api_core import client_info as http_client_info
163
except ImportError as e:
164
from feast.errors import FeastExtrasDependencyImportError
165
+
166
raise FeastExtrasDependencyImportError("gcp", str(e))
167
168
from google.cloud import bigquery
setup.py
@@ -58,7 +58,7 @@
58
"numpy>=1.22,<3",
59
"pandas>=1.4.3,<2",
60
"pandavro~=1.5.0", # For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
61
- "protobuf<5,>3",
+ "protobuf<5,>3.20",
62
"proto-plus>=1.20.0,<2",
63
"pyarrow>=4,<9",
64
"pydantic>=1,<2",
0 commit comments