TALK_TO_YOUR_DATA_ADMIN_EMAILS
This option sets a list of email addresses of admin users who are supposed to receive the Talk To Your Data review requests by email. It supports the following values:
NULLString
The list of email addresses should be a String of comma-separated values. Values are stored in lower-case. The default value is NULL. To change the list, use the following call:
CALL "SYSADMIN.setDefaultOptionValue"('TALK_TO_YOUR_DATA_ADMIN_EMAILS','test@email.com,test1@email.com,test2@email.com');;
TALK_TO_YOUR_DATA_ADMIN_EMAILS option is available since v25.2