Hello,
The error message suggests that there might be an issue with the catalog or schema name you are using when trying to create the feature store table. Here are a few tips to help you troubleshoot this problem:
Verify the catalog and schema names: Double-check the names of the catalog and schema you are using. Make sure they are spelled correctly and match the names you provided when setting up your environment or configuring the feature store.
Check the permissions: Ensure that you have the necessary permissions to create tables in the specified catalog and schema. If you are using a shared environment or working with a team, check if there are any restrictions or access control policies that could be causing the issue.
Confirm the existence of the catalog and schema: Validate that the catalog 'dev' and the schema 'feature_stores' actually exist in your database. You can use the appropriate commands or queries to list the available catalogs and schemas in your environment.
Test with a different catalog or schema: As a troubleshooting step, try creating the table in a different catalog or schema to see if the issue persists. This can help identify if the problem is specific to the 'dev' catalog or 'feature_stores' schema.
Review the documentation or seek support: If the above steps do not resolve the issue, consult the documentation or reach out to the support channels provided by the technology or framework you are using. They may have specific guidelines or known issues related to creating feature store tables.
Remember to provide relevant information, such as the technology stack, version numbers, and any relevant code snippets, when seeking assistance from online forums or support channels. This will help others understand your environment better and provide more accurate solutions. My BK Experience
Best regard,
Oogh5zai1