+
+
+
+
+
+
+
+
+
+
+ {volumes.length === 0 ? (
+
+ No volumes configured. Set DATABRICKS_VOLUME_* env vars
+ and restart the server.
+
+ ) : (
+
+
+
+
+ |
+ Volume
+ |
+ {ACTIONS.map((a) => (
+
+
+ {a}
+
+ {WRITE_ACTIONS.has(a) ? "write" : "read"}
+
+
+ |
+ ))}
+
+
+
+ {volumes.map((volume) => (
+
+ |
+ {volume}
+ |
+ {ACTIONS.map((a) => (
+
+ | runProbe(volume, a)}
+ />
+ | |
+ ))}
+
+ ))}
+
+
+
+ )}
+
+
+
+ Programmatic API smoke tests
+
+
+ Confirms PolicyDeniedError is thrown from the SDK path
+ (not just HTTP 403). These hit the dev-playground's{" "}
+ /policy/sp and /policy/obo routes.
+
+
+
+
+
+
+
+
+
+
+