Reputation: 19
I have my data tables in the Glue Metadata catalog. I need to use this data in my glue job's python shell script. When I create the glue job it gives me the option to select the connection type at last. Is it essential to add a connection? If the tables are in glue catalog what would be the connection type?
Upvotes: 0
Views: 1201
Reputation: 7028
If the tables are in the Glue Catalog you don't need any connections. As long as your data sources / data sinks are Glue / S3 you don't need a connection apart from a VPC S3 Endpoint.
If you want to connect to let's say Redshift or a MySQL database you would need a connection.
Upvotes: 1