FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/sdk/python/feast/flags.py at master · npow/feast · GitHub
npow
/
feast
Public
forked from
feast-dev/feast
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
sdk
/
python
/
feast
/
flags.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 427 Bytes
Breadcrumbs
feast
/
sdk
/
python
/
feast
/
flags.py
Copy path
File metadata and controls
12 lines (11 loc) · 427 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
FLAG_ALPHA_FEATURES_NAME
=
"alpha_features"
FLAG_ON_DEMAND_TRANSFORM_NAME
=
"on_demand_transforms"
FLAG_AWS_LAMBDA_FEATURE_SERVER_NAME
=
"aws_lambda_feature_server"
FLAG_DIRECT_INGEST_TO_ONLINE_STORE
=
"direct_ingest_to_online_store"
ENV_FLAG_IS_TEST
=
"IS_TEST"
FLAG_NAMES
=
{
FLAG_ALPHA_FEATURES_NAME
,
FLAG_ON_DEMAND_TRANSFORM_NAME
,
FLAG_AWS_LAMBDA_FEATURE_SERVER_NAME
,
FLAG_DIRECT_INGEST_TO_ONLINE_STORE
,
}
Back
|
FazBrowse Home
|
New Git URL