How to configure AWS Glue to access SAP data via pyodata API and an established VPC?

93 views Asked by At

I'm trying to use the pyodata API to fetch data from SAP services, which I then want to process with AWS Glue. The SAP system is on a private network but connected to my AWS through a VPC and TGW. I already have a functional VPC set up in AWS. How can I configure AWS Glue to access this data using the pyodata API and my VPC?

1

There are 1 answers

2
Leeroy Hannigan On

Glue won't be able to use pyodata directly. But you can load the data into the glue job using the pyodata package and then convert the results to a Glue Dynamic Frame.

https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-libraries.html