p = quilt3.Package()p.set_dir(".", ".")p.push("USR/PKG", message="MSG", registry="s3://BUCKET")
Use a .quiltignore file 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 legacy.quiltdata.com and use quilt
on PyPI.
Yes, to find bugs and prioritize features.
You can disable anonymous usage collection with an environment variable:
$ export QUILT_DISABLE_USAGE_METRICS=true
Or call quilt3.disable_telemetry()
to persistently disable anonymous usage statistics.
Yes:
$ export QUILT_MINIMIZE_STDOUT=true
If you recently added the bucket or upgraded the stack, if search volume is high, or if the bucket is under rapid modification, wait a few minutes and try again.
Open the bucket in the Quilt catalog
Click the gear icon (upper right), or navigate to Users and buckets > Buckets and open the bucket in question ​
Under "Indexing and notifications", click "Re-index and Repair". Optional: if and only if bucket notifications were deleted or are not working, check "Repair S3 notifications".
Wait a few minutes while bucket statistics and packages repopulate
Go to CloudFormation > Stacks > YourQuiltStack > Resources
Search for "domain"
Click on the link for "Search" under "Physical ID"
You are now under ElasticSearch > Dashboards
Set the time range to include the period before and after when you noticed
any issues
Screenshot the dashboard stats for your domain
Click into your domain and then navigate to "Cluster health"
Screenshot Summary, Overall Health, and Key Performance Indicator sections
Send screenshots to Quilt support.
It is not recommended that you adjust ElasticSearch via Edit domain, as these
changes will be lost the next time that you update Quilt
Go to CloudFormation > Stacks > YourQuiltStack > Outputs
Copy the row labeled TemplateBuildMetadata
"git_revision" is your template version