After instantiating FeatureStoreClient as fs, the following code snippet results in an error. What is the correct way to fix this code? ```python fs.create_table( name=table_name, schema=airbnb_df.schema, description="All Errors are captured in this table" ) ``` | Databricks Certified Machine Learning - Associate Quiz - LeetQuiz