Skip to content

Commit

Permalink
Make docs clearer that package handle is a RegExp only (#4282)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexei Mochalov <[email protected]>
  • Loading branch information
fiskus and nl0 authored Jan 10, 2025
1 parent 030ef7a commit 2f85e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Catalog/Preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ or is empty the feature "Add files from Bucket" is disabled
that is selected by default; if it doesn't match any bucket then it's ignored
* `ui.package_description` - a dictionary
that maps package handle regular expressions
or literals to JSONPath expressions of fields to show from package metadata
to JSONPath expressions of fields to show from package metadata
in the package list view.
* `ui.package_description_multiline: True` - expands package metadata's root key/values
* `ui.athena.defaultWorkgroup` - default workgroup to select on the Athena page
Expand Down Expand Up @@ -122,7 +122,7 @@ ui:
user_meta:
- $.labels
# for any package with a handle prefix of foo
foo/*:
^foo/.*:
# JSONPath expressions to the fields to display
user_meta:
- $.key1.key2
Expand Down

0 comments on commit 2f85e2b

Please sign in to comment.