Ultimate access to all questions.
A data scientist has developed a Python function titled ‘generate_features‘ that produces a Spark DataFrame with two columns: ‘Customer INT‘ and ‘Region STRING‘. The output DataFrame is stored in a variable called ‘feature_set‘. The next step is to create a Feature Store table using ‘feature_set‘ with the Feature Store Client ‘feature_client‘. Which code snippet correctly initiates and populates the Feature Store table?