Invalid catalog and schema for table name error when creating a Feature Store

animadurkar
New Contributor III

I've created a dataset that I want to create a feature store table for. I created a database in my dev unity catalog to store the feature tables, but each time I try to create the table I get this error:

ValueError: Invalid catalog 'dev' or schema 'feature_stores' name for table 'my_table'.

I've even tried saving the dataframe as a delta table and then registering the table as a feature store, but that also yields the same error.

Any tips? I can't seem to find anything online that helps this issue.