olai-uc-server 0.0.1

Unity Catalog REST and gRPC server with pluggable storage backends.
Documentation
1
2
3
4
5
6
mod auth;
pub mod routers;
mod validation;
pub use auth::*;
pub use routers::*;
pub use validation::*;