简体   繁体   中英

Need to call a stored procedure from an AWS GLUE job

I want to run a GLUE job and the stored procedure code starts. I have a SQL stored procedure and want to call it in the autogenerated pyspark code for the GLUE job. I don't want to use redshift or snowflake or anything like that if it can be helped. Any thoughts?

AWS GLUE actually runs a python code. You can put your logic in the python code and input this to glue on the AWS Console. Please see the screenshot below

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM