I was unable to alter a share on my trial account.
I tried the following:
ALTER SHARE "SAMPLEDATA_SHARE" ADD ACCOUNTS = BBB12123;
And this was the error:
Share 'SAMPLEDATA_SHARE' does not currently have a database. Database can be added using command 'GRANT USAGE ON DATABASE TO SHARE SAMPLEDATA_SHARE'.
GRANT USAGE ON DATABASE DEMO_DB TO SHARE SAMPLEDATA_SHARE;
as the accountadmin, and see an error that says it does not exist.
SQL compilation error: Share '"xxx.SAMPLEDATA_SHARE"' does not exist or not authorized.
Do I use the role of the creator of the share or another role I need to create?