Skip to main content

Dependencies

For credential setup, see the Databricks Volume Setup guide.

Configuration

Static token

Profile-based auth

Custom token strategy

Implement get_token() when the application owns token caching, refresh, or request-scoped OBO credentials. It may return a string or an awaitable string.
Mirage asks the provider for a token at each Files API operation. The provider decides whether to return a cached token or refresh it. Mirage does not retry a rejected token.

Config Reference

Notes

  • Supports both read and write mount modes (MountMode.READ / MountMode.WRITE).
  • Credentials are supplied separately through a token provider and are never serialized.
  • root_path is normalized and cannot contain ...