databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Add read-only mode for extension aware workspace filer #1609

Closed pietern closed 2 months ago

pietern commented 2 months ago

Changes

By default, construct a read/write instance. If constructed in read-only mode, the underlying filer is wrapped in a readahead cache.

Tests