olai-uc-common 0.0.3

Shared types, generated Unity Catalog models, and storage/REST abstractions for the Unity Catalog server and client crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod _gen;
mod association;
mod error;
mod functions_ext;
mod object;
mod resources;

pub use _gen::*;
pub use association::AssociationLabel;
pub use error::ErrorResponse;
pub use object::Object;
pub use resources::*;