Configuration
You can use your Quilt catalog's configuration file to show or hide certain tabs and buttons in the Quilt catalog. This gives you finer-grained control over how users interact with the Quilt catalog. The catalog config file is per-bucket. The file's path is s3://BUCKET/.quilt/catalog/config.yaml
.
If there is no config.yaml, or your config.yaml file does not override the ui
key, then the following defaults are used:
Properties
ui.nav.files: False
- hide Files tabui.nav.packages: False
- hide Packages tabui.nav.queries: False
- hide Queries tabui.actions.copyPackage: False
- hide buttons to push packages across bucketsui.actions.createPackage: False
- hide buttons to create packages via drag-and-drop or from folders in S3ui.actions.deleteRevision: True
- show buttons to delete package revisionui.actions.revisePackage: False
- hide the button to revise packagesui.sourceBuckets
- a dictionary of S3 bucket names that map to an empty object reserved for future enhancements; buckets in this dictionary are the ones offered when the user clicks Revise Package > Add files from Bucket; if the dictionary is not set or is empty the feature "Add files from Bucket" is disabledui.defaultSourceBucket
- source bucket fromui.sourceBuckets
that is selected by default; if it doesn't match any bucket then it's ignored
Last updated