@Hasan Cetinkaya :
It seems like there may be a permission issue with the USE CATALOG and USE SCHEMA statements in your code. This suggests that the user account that you are using to run the code may not have sufficient privileges to access the specified catalog and schema.
To resolve this issue, you may need to check the permissions of your user account and ensure that it has been granted the necessary privileges to access the catalog and schema.
If you could try running the code without the USE CATALOG and USE SCHEMA statements, as you mentioned in your question. In this case, the table will be created in the default schema for your user account, which should not require any additional permissions.
If you still encounter issues, you may want to contact the Databricks support team for further assistance.