Unable to create feature table using databricks API .FeatureStoreClient()

ajeet1080
New Contributor III

I am following example steps from databricks documentation https://docs.databricks.com/_static/notebooks/machine-learning/feature-store-taxi-example.html

I am using Feature Store client v0.3.6 and above.

However on trying to create feature table with features dataframe its throwing below error

Screenshot 2022-11-29 at 2.10.43 PMBelow are features dataframes screenshots

pickup_features dataframe screenshotdropoff_features dataframe screenshot 

Any help is appreciated.