File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
samples/features/sql-big-data-cluster/spark/data-virtualization Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 61
61
" CREATE LOGIN connector_user WITH PASSWORD ='password123!#' \n " ,
62
62
" CREATE USER connector_user FROM LOGIN connector_user\n " ,
63
63
" \n " ,
64
+ " -- to view data pool node configuration\n " ,
65
+ " grant VIEW DATABASE STATE to connector_user\n " ,
66
+ " \n " ,
64
67
" -- To create external tables in data pools\n " ,
65
68
" grant alter any external data source to connector_user;\n " ,
66
69
" \n " ,
67
70
" -- To create external table\n " ,
68
71
" grant create table to connector_user;\n " ,
69
72
" grant alter any schema to connector_user;\n " ,
70
73
" \n " ,
74
+ " \n " ,
75
+ " \n " ,
71
76
" ALTER ROLE [db_datareader] ADD MEMBER connector_user\n " ,
72
77
" ALTER ROLE [db_datawriter] ADD MEMBER connector_user"
73
78
],
You can’t perform that action at this time.
0 commit comments