any one has tried sql server bcp utility on aws Glue job (Python shell or Spark type)?
bcp tool needs to be installed using Sudo yum commands however those are not supported on Glue.
sudo yum install mssql-tools unixODBC-devel
reference link from Microsoft - https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools?view=sql-server-ver16
Is there any solution or an alternative that I can approach ?