Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/feast-dev/feast
/ _utc_now
Function
_utc_now
sdk/python/feast/utils.py:1715–1716 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1713
1714
1715
def
_utc_now() -> datetime:
1716
return
datetime.now(tz=timezone.utc)
1717
1718
1719
def
_serialize_vector_to_float_list(vector: List[float]) -> ValueProto:
Callers
15
materialize_incremental
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
_get_sample_values_by_type
Method · 0.90
__init__
Method · 0.90
refresh
Method · 0.90
is_cache_valid
Method · 0.90
_write_registry
Method · 0.90
_write_registry
Method · 0.90
__init__
Method · 0.90
clone
Method · 0.90
apply_entity
Method · 0.90
Calls
no outgoing calls
Tested by
15
simple_dataset_1
Function · 0.72
simple_dataset_2
Function · 0.72
fake_ingest_data
Function · 0.72
setup_feature_store
Function · 0.72
test_infer_odfv_list_features
Function · 0.72
test_modify_feature_views_success
Function · 0.72
test_snowflake_materialization_consistency_internal_with_lists
Function · 0.72
test_snowflake_materialization_entityless_fv
Function · 0.72
_ingest_df
Function · 0.72
test_mongodb_online_features
Function · 0.72
test_write_to_online_store_event_check
Function · 0.72
test_write_to_online_store
Function · 0.72