0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Snowflake 初期設定:⑤SECURITYADMIN編 ユーザーへのロール割当て

Last updated at Posted at 2023-05-15

目次に戻る

■本記事の目的

Snowflakeのトライアルおよびご契約後の初期設定を行うため
管理者ロールの段階を理解するため

■前回の記事

Snowflake 初期設定:④SECURITYADMIN編 ロール階層作成

■今回の作業

SECURITYADMINでの作業の継続です。
ユーザーにロールを割り当てていきます。

■ユーザーにロールを割当てる。

実際に割り当ててみます。
構文は前回行ったロール階層を少し変えるだけです。

use role SECURITYADMIN ;
grant role <ロール> to user <ユーザー> ;
例
grant role TEST_FUNCTIONAL_ANALYST_ROLE to user TEST_ANALYST_USER ;
grant role TEST_FUNCTIONAL_DBADMIN_ROLE to user TEST_DBADMIN_USER ;

■あとがき

割当ては、非常に簡単でしたが、
まだ本筋のDBとウェアハウスを設定していないので、
次回はSYSADMINでの作業を行っていきます。

■次の記事

Snowflake 初期設定:⑥SYSADMIN編 仮想ウェアハウス作成

目次に戻る

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?