Skip to content

Commit

Permalink
Add support for hidden files in Datahub
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jul 2, 2024
1 parent 33c5c59 commit d5db7b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/datahub/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jupyterhub:
c.QtPDFExporter.enabled = False
c.PDFExporter.enabled = True
c.QtPNGExporter.enabled = False
culling-config:
data:
# Allow jupyterlab option to show hidden files in browser
# https://github.com/berkeley-dsep-infra/datahub/issues/5825
ContentsManager:
allow_hidden: true
memory:
guarantee: 512M
limit: 1G
Expand Down

0 comments on commit d5db7b5

Please sign in to comment.