Commit 4d7c9e4 1 parent fd8084e commit 4d7c9e4 Copy full SHA for 4d7c9e4
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 32
32
CONFIG_CORE_URL_KEY ,
33
33
CONFIG_ENABLE_AUTH_KEY ,
34
34
CONFIG_GRPC_CONNECTION_TIMEOUT_DEFAULT_KEY ,
35
+ CONFIG_JOB_SERVICE_ENABLE_SSL_KEY ,
36
+ CONFIG_JOB_SERVICE_SERVER_SSL_CERT_KEY ,
37
+ CONFIG_JOB_SERVICE_URL_KEY ,
35
38
CONFIG_PROJECT_KEY ,
36
39
CONFIG_SERVING_ENABLE_SSL_KEY ,
37
40
CONFIG_SERVING_SERVER_SSL_CERT_KEY ,
38
41
CONFIG_SERVING_URL_KEY ,
39
42
CONFIG_SPARK_HISTORICAL_FEATURE_OUTPUT_FORMAT ,
40
43
CONFIG_SPARK_HISTORICAL_FEATURE_OUTPUT_LOCATION ,
41
44
CONFIG_SPARK_STAGING_LOCATION ,
42
- CONFIG_JOB_SERVICE_ENABLE_SSL_KEY ,
43
- CONFIG_JOB_SERVICE_SERVER_SSL_CERT_KEY ,
44
- CONFIG_JOB_SERVICE_URL_KEY ,
45
45
FEAST_DEFAULT_OPTIONS ,
46
46
)
47
47
from feast .core .CoreService_pb2 import (
Original file line number Diff line number Diff line change 5
5
import feast
6
6
from feast .core import JobService_pb2_grpc
7
7
from feast .third_party .grpc .health .v1 import HealthService_pb2_grpc
8
- from feast .third_party .grpc .health .v1 .HealthService_pb2 import HealthCheckResponse , ServingStatus
8
+ from feast .third_party .grpc .health .v1 .HealthService_pb2 import (
9
+ HealthCheckResponse ,
10
+ ServingStatus ,
11
+ )
9
12
10
13
11
14
class JobServiceServicer (JobService_pb2_grpc .JobServiceServicer ):
You can’t perform that action at this time.
0 commit comments