Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2021 01:17 AM
Hi,
is there a way to get the time stamp of the last update of a feature store table with the feature store client API?
The creation time stamp can be querried as:
feature_store.FeatureStoreClient().get_feature_table(name="my.table").creation_timestampHowever, I haven't found out how to get the time stamp of the table's last update/modification.
Thanks, Maximilian
Labels:
- Labels:
-
Feature Store
-
Write