This is a dedicated watch page for a single video.
A data scientist has computed updated rows that contain new feature values for primary keys already stored in the Feature Store table features. The updated feature values are stored inthe DataFrame features_df. They want to update the rows in features if the associatedprimary key is in features_df. If a row’s primary key is not in features_df, they want therow to remain unchanged in features. Which code block using the Feature Store Client fs can be used to accomplish this task?