I'm getting the error shown below when running Python script from SQL Server. I already installed ML services and reconfigured parameter external scripts enabled to 1.
This is a SQL Server Developer edition installed on Windows 10.
Msg 39111, Level 16, State 1, Procedure sp_execute_external_script, Line 1 [Batch Start Line 28]
The SQL Server Machine Learning Services End-User License Agreement (EULA) has not been accepted.
How can I accept it? Can't find any information. I've found only accepting EULA on docker containers, but it's not the same within this situation.
ACCEPT_EULA_ML=Yin your startup environment variables? REF: github.com/microsoft/mssql-docker/tree/master/linux/preview/…