Using Aws Glue data catalog api to get data from Memsql(source)

Hi @anilvivekabhi,
you should provide user and password options because the job can’t connect without credentials.
But if you don’t want to reveal credentials in the code, you can use the secret manager to provide credentials in a secure way.
For more details, you can read this AWS blog about using Secret Manager with AWS Glue

Hope it will help you!

Best Regards,
Blinov Ivan