Skip to content

Commit 6dae18f

Browse files
committed
Fix missing CI dependency in Python SDK documentation building
1 parent 58527de commit 6dae18f

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

sdk/python/feast/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def ingest(
615615
Loads feature data into Feast for a specific feature set.
616616
617617
Args:
618-
feature_set (typing.Union[str, FeatureSet]):
618+
feature_set (typing.Union[str, feast.feature_set.FeatureSet]):
619619
Feature set object or the string name of the feature set
620620
(without a version).
621621

sdk/python/requirements-ci.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Click==7.*
12
google-api-core==1.*
23
google-auth==1.*
34
google-cloud-bigquery==1.*
@@ -13,10 +14,17 @@ protobuf==3.*
1314
pytest
1415
pytest-mock
1516
pytest-timeout
16-
PyYAML==5.1.2
17-
fastavro==0.21.*
17+
PyYAML==5.1.*
18+
fastavro==0.*
1819
grpcio-testing==1.*
1920
pytest-ordering==0.6.*
2021
pyarrow
2122
Sphinx
22-
sphinx-rtd-theme
23+
sphinx-rtd-theme
24+
toml==0.10.*
25+
tqdm==4.*
26+
confluent_kafka
27+
google
28+
pandavro==1.5.*
29+
kafka-python==1.*
30+
tabulate==0.8.*

0 commit comments

Comments
 (0)