Thanks Mike for the information. I was pulled into a project to save all database schemas into the AWS Glue catalog, so that our developers don't need to create various "collectors" to retrieve the schema for various different database technologies. ...
Hi Mike,
Thanks for your quick reply! I am currently working on a project to use AWS Glue to collect the database schema on AWS. For example, we use AWS crawler job to collect RDS MySQL database schema information, such as table name, column name, da...
Hi Mike,
I keep getting a syntax error while running your script above as a AWS glue job
object GlueApp {
^
SyntaxError: invalid syntax
Could you please let me know what's wrong?
Also, it is possible to use AWS glue to get the neo4j properties/schema...