0

I want hide or suppress final message (stdout)

  1. using ML-Service > Python
  2. using ssms
  3. using this script
EXECUTE sp_execute_external_script @language N'Python',
@Script = N'
'
  1. got a message
stdout message(s) from external script

Express Edition will continue to be enforced.
  1. i want suppress or hide [4. got a message]
  2. what's problem?? and how to solve?? why this message appear?? Want disappear
  3. It just my opinion.. It's not problem to Python maybe MSSQL ML-Service

I tried under case

Silence the stdout of a function in Python without trashing sys.stdout and restoring each function call

https://docs.python.org/3/library/contextlib.html#contextlib.suppress

0 Answers0