olai-uc-common 0.0.1

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
13
14
15
pub use error::{Error, Result};
pub use models::*;
pub use reference::UCReference;

pub mod error;
#[cfg(feature = "metric-view")]
pub mod metric_view;
pub mod models;
#[cfg(feature = "python")]
pub mod python;
pub mod reference;
#[cfg(feature = "store")]
pub mod services;
#[cfg(feature = "store")]
pub mod store;