Hi Team,
Say we want to disable the export of data from Cassandra database, is there any way that we can disable the export of data?
Like, if I hit the below command, it should not allow me to export the data.
copy user to '/tmp/users.csv' with header=true ;
Cheers,
Deepak