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?
How to configure AWS Glue to access SAP data via pyodata API and an established VPC?
144 Views Asked by Sam Richardson At
1
There are 1 best solutions below
Related Questions in ODATA
- kendo - datasource - parameterMap does not bind parameters
- Creating Odata Web API application without Entity Framework
- ASP.NET Odata Web API Composable function issue
- What the format should look like for a Function Import Response which returning a simple type?
- Web API: Odata route always returning a 404 response
- Odata post always returns "HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed,"
- solution architecture for an OData / Web API based .Net project
- WCF Data Services, WindowsAzure.Storage and Microsoft.Data.OData version nightmare
- How to wisely combine shingles and edgeNgram to provide flexible full text search?
- Connect to SharePoint Lists with OData
- Freeze a linq IQueryable (as a ToList().AsQueryable() would do)
- Can I create a file to subdirectory on OneDrive for Business with REST API?
- Simple.OData.Client - Unable to invoke Action that accepts entity collection parameter
- oData deserialization issue in application
- Accessing JSON object in SAPUI5 via xsodata
Related Questions in AWS-GLUE
- AWS Glue Dynamobd Connection Timed out Error
- AWS Glue: Rename_field() does not work after relationalize
- AWS Glue takes a long time to finish
- AWS Glue S3 VPC Endpoint Policy Issue
- AWS Glue unable to access input data set
- AWSGlue: can it connect the SQL Server data stores?
- ETL pipeline in AWS with s3 as datalake how to handle incremental updates
- How to list all databases and tables in AWS Glue Catalog?
- How to create AWS Glue table where partitions have different columns? ('HIVE_PARTITION_SCHEMA_MISMATCH')
- AWS Glue to Redshift: Is it possible to replace, update or delete data?
- Spark Catalog w/ AWS Glue: database not found
- Convert dd-mmm-yyyy to yyyy-mm-dd in sparksql
- How to iterate through a Glue DynamicFrame
- Setting S3 Bucket permissions when writing between 2 AWS Accounts while running from Glue
- AWS Glue: Data Skewed or not Skewed?
Related Questions in AMAZON-VPC
- Pinging a private IP from one private subnet to another private subnet
- Preventing incoming (RDP) access from AWS VPC
- Setting a private IP on AWS ElastiCache Redis
- Using an AWS RDS instance across multiple VPC
- Elastic Beanstalk EC2 instance unknown host issue
- How should a .dockercfg file be hosted in a Mesosphere-on-AWS setup so that only Mesosphere can use it?
- Is it possible to run kubernetes in a shared AWS VPC private network, without dns hostnames enabled?
- EC2 instance cannot access Internet
- What are the reasons to use private subnet in aws vpc?
- Is AWS VPC CIDR shared with other accounts?
- WebServers cannot connect to app server ELB - AWS
- AWS EC2 goes to stopped state when creating it
- Setting up a non-default VPC with a public and a private subnet and without using the "Create VPC" wizard
- Unable to connect redis server on AWS EC2 port 6379
- Lambda integration with VPC from payment gateway
Related Questions in SAP-GATEWAY
- Move data from an external system into Teradata database
- No system in Service Maintenance while generating OData service
- How to upload large files using SAPUI5 FileUploader
- SAPUI5 and dynamic URL for OData service
- Skip & Top parameters do not pass to the backend
- How do I deserialize this Json (Header + Item from SAP) into a model
- Value list smart filter bar field of smart table not present despite being configured
- Include SAP Gateway labels in Breeze custom metadata
- SAP Gateway CSRF Protection only works over HTTPS, not over HTTP
- How to configure AWS Glue to access SAP data via pyodata API and an established VPC?
- Yeoman throwed error SAP UI5 Application Generator on vscode
- OData - GET_STREAM Method to download an attachment file didn't triggered from SAPUI5 Controller
- Rename entity for OData service generated via Referenced CDS views?
- SAP OData Service Filter is not filtering
- In SAP UI5 `List` the "count-indicator" [ item-N / total-M ] is missing below the "More" button
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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