Q19
Single choice
A data scientist has a Spark DataFrame df of new customers that they would like to add to their existing customer feature table in Unity Catalog. The following parameters are available for them to use when writing to the feature table. name - the name of the feature table to write to. df - a Spark DataFrame with feature data to be written to the feature table. mode - the write operation to use when writing to the feature table (e.g. merge) primary key - the primary key of the feature table.
Using the Databricks Feature Store, if the FeatureEngineeringClient is instantiated, what are the minimum parameters required for the write_table function?