After instantiating `FeatureStoreClient` as `fs`, what should be the format of `primary_keys` in the following blank to create a table? `fs.create_table(name = table_name, primary_keys = ______________, schema = airbnb_df.schema, description = 'All Errors are captured in this table')` | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz