Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.54 KB

README.md

File metadata and controls

35 lines (24 loc) · 2.54 KB

Exasol AWS Glue Connector

Build Status

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code

An AWS Glue connector that allow accessing Exasol database in Glue Studio.

Features

  • Allows mapping Exasol table or query metadata to AWS Glue Studio Spark schema
  • Allows reading from an Exasol table or query
  • Allows pushing pruning of columns from Glue dataframe to Exasol database
  • Allows pushing filters from Glue dataframe to Exasol database
  • Allows saving AWS Glue Studio dataframe into an Exasol table

Information for Users

Information for Developers