Skip to content

Athena and MSSql Fixes

Compare
Choose a tag to compare
@vrajat vrajat released this 18 Nov 04:49
· 235 commits to master since this release

v0.5.5 (2019-11-18)

New

  • Update README for Athena Support. [Rajat Venkatesh]

    Add AWS Glue/Athena/S3 to the supported list.
    Add usage for aws.

  • Scan PII data in AWS S3 tables using AWS Athena. [Rajat Venkatesh]

    PiiCatcher add support to scan AWS Glue tables with data in AWS S3 and
    available for querying through AWS Athena.

    Deep scan uses table sampling where databases support it.
    Moreover deep scans 10 rows only.

Fix

  • Fixes for MSSQL. [Rajat Venkatesh]

    Fix catalog and sample query for mssql.
    MS SQL has catalog (or database) and schema. Fix queries to use the 4-stage namespace
    correctly.

  • Move connection type to database options. [Rajat Venkatesh]