Is it possible to crawl IBM DB2 database from AWS glue

时间:2018-07-25 05:19:37

标签: aws-glue

I need to read the xml file and load it to DB2 database in AWS glue.

Is it possible to establish connection to DB2 in AWS glue?

2 个答案:

答案 0 :(得分:0)

I don't think it is possible yet. The connection types supported are present here: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html

答案 1 :(得分:0)

您不能为IBM DB2源创建Glue Crawlers或构建数据目录,但是可以使用JDBC驱动程序直接访问DB2表。您将不会创建连接。 IBM数据库通过Glue作业直接连接。有关更多详细信息和演示,请参考以下链接:

mailing list post