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 6161 " CREATE LOGIN connector_user WITH PASSWORD ='password123!#' \n " ,
6262 " CREATE USER connector_user FROM LOGIN connector_user\n " ,
6363 " \n " ,
64+ " -- to view data pool node configuration\n " ,
65+ " grant VIEW DATABASE STATE to connector_user\n " ,
66+ " \n " ,
6467 " -- To create external tables in data pools\n " ,
6568 " grant alter any external data source to connector_user;\n " ,
6669 " \n " ,
6770 " -- To create external table\n " ,
6871 " grant create table to connector_user;\n " ,
6972 " grant alter any schema to connector_user;\n " ,
7073 " \n " ,
74+ " \n " ,
75+ " \n " ,
7176 " ALTER ROLE [db_datareader] ADD MEMBER connector_user\n " ,
7277 " ALTER ROLE [db_datawriter] ADD MEMBER connector_user"
7378 ],
You can’t perform that action at this time.
0 commit comments