I'm trying to connect a on-prem sqlserver from AWS Glue using NTLM authentication, To do that I need to add following arguments to the connection url
integratedSecurity=true;authenticationScheme=NTLM
But when I add them, glue thows error saying the URL is invalid.
Any insights on how to resolve this would be great.