The AWS Glue connector lets you browse a Glue Data Catalog and add selected S3-backed tables as Summation datasets. Selected tables are deployed through Spice’s native Glue data connector.
Supported tables
The connector shows Glue tables that:
- Store data in Amazon S3.
- Use Apache Iceberg, Parquet, or CSV format.
Tables backed by Kinesis, Kafka, or unsupported file formats are not shown. Use the S3 connector when data is not registered in Glue.
What you’ll need
- The 12-digit AWS account ID that owns the Glue Data Catalog.
- The AWS region containing the catalog.
- AWS credentials with read access to Glue and the S3 locations referenced by the selected tables.
Use a dedicated read-only IAM principal and scope its S3 permissions to the table prefixes Summation should read.
IAM policy
The credentials need permission to browse Glue and read the S3 objects referenced by selected tables. Replace the account, bucket, and prefix values with your own.
See the Spice Glue connector documentation for format support and authentication behavior.
Adding datasets
In the final wizard step, browse Glue databases and select tables. Each selected table uses a Glue source reference:
The browser reads Glue metadata before deployment. Once selected, Spice resolves the table’s S3 location and format from the same Glue catalog.
Common problems