Thanks for the response @Khaja_Zaffer , I have tried it but I cannot make it work. It keeps telling me that I have a syntax error in the SQL command (my application is called 'django-poc' and the group 'data_scientists')

GRANT CAN_USE ON APP 'django-poc' TO `data_scientists`;

And the error I receive is: Syntax error at or near ''django-poc''. SQLSTATE: 42601

Not sure what I'm doing wrong to be honest, do you have any clue by any chance?

Thanks in advance for your support, you have been really helpful.