File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 2525from pygments import formatters , highlight , lexers
2626
2727from feast import utils
28- < << << << HEAD
29- from feast .constants import (
30- DEFAULT_FEATURE_TRANSFORMATION_SERVER_PORT ,
31- FEATURE_STORE_YAML_ENV_NAME ,
32- )
33- from feast .data_source import PushMode
34- == == == =
3528from feast .constants import DEFAULT_FEATURE_TRANSFORMATION_SERVER_PORT
36- > >> >> >> 76 daf3f9 ( Refactor CLI .)
29+ from feast . data_source import PushMode
3730from feast .errors import FeastObjectNotFoundException , FeastProviderLoginError
3831from feast .feature_view import FeatureView
3932from feast .infra .contrib .grpc_server import get_grpc_server
@@ -717,9 +710,9 @@ def serve_command(
717710)
718711@click .pass_context
719712def listen_command (
720- ctx : click .Context ,
721- address : str ,
722- max_workers : int ,
713+ ctx : click .Context ,
714+ address : str ,
715+ max_workers : int ,
723716):
724717 """Start a gRPC feature server to ingest streaming features on given address"""
725718 store = create_feature_store (ctx )
You can’t perform that action at this time.
0 commit comments