Frequently Asked Questions
Last updated
Was this helpful?
Last updated
Was this helpful?
Use a for more control over which files
set_dir()
includes.
Quilt packages are one level of abstraction above S3 object versions. Object versions track mutations to a single file, whereas a quilt package references a collection files and assigns this collection a unique version.
It is strongly recommended that you enable object versioning on the S3 buckets that you push Quilt packages to. Object versioning ensures that mutations to every object are tracked, and provides some protection against deletion.
Visit and use on PyPI.
quilt3
collect anonymous usage statistics?Yes, to find bugs and prioritize features.
You can disable anonymous usage collection with an environment variable:
Or call quilt3.disable_telemetry()
to persistently disable anonymous usage statistics.
Yes:
Go to CloudFormation > Stacks > YourQuiltStack > Outputs
Copy the row labeled TemplateBuildMetadata
"git_revision" is your template version
Yes. Follow these steps:
Run your compute in the same region as your S3 bucket (as opposed to a local machine or foreign region)—I/O is much faster.
Use a larger instance with more vCPUs.
Increase above its default to match your available vCPUs.