I created a datashare in Serverless cluster.
Now I want to add that datashare in Provisioned cluster. Simplest way is to create a new database using below command.
CREATE DATABASE temp_db FROM DATASHARE temp_share OF NAMESPACE '<producer-namespace>';
But I want to add that DATASHARE to my existing dev database.
How can I achieve that?