quilt
dev
homecode
Search…
⌃K
Links
dev
Introduction
Installation
Quick start
Mental model
Architecture
Walkthrough
Editing a Package
Uploading a Package
Installing a Package
Getting Data from a Package
Working with the Catalog
Working with a Bucket
Working with ElasticSearch
API Reference
quilt3
quilt3.Package
quilt3.Bucket
CLI, environment
Known limitations
Catalog
Admin UI
Configuration
Embed
Metadata for teams
Preview
Search & query
Visualization & dashboards
Local Development Mode
Examples
Git-like operations for datasets and Jupyter notebooks
Nextflow
Advanced
Filtering a Package
.quiltignore
Materialization
Working with Manifests
S3 Select
Workflows
Enterprise install
S3 Events, EventBridge
Cross-account access
Querying Metadata with Athena
S3 Bucket Organization
GxP & Quilt
Private Endpoint Access
Restricting access to specific prefixes in a S3 bucket
More
Frequently Asked Questions
Troubleshooting
Contributing
Changelog
Powered By GitBook

S3 Select

​S3 Select is an S3 feature that allows you to operate on JSON, CSV, and Parquet files in a row-based manner using SQL syntax. QUILT features experimental support for S3 Select queries as part of the Bucket interface:
import quilt3
b = quilt3.Bucket("s3://alpha-quilt-example")
b.select("foo/bar.csv", "SELECT * FROM S3Object LIMIT 5")
# <pandas DataFrame object at ...>
Advanced - Previous
Working with Manifests
Next - Advanced
Workflows
Last modified 5mo ago
Copy link