delta-funnel 0.1.0

Export Delta Lake tables into Microsoft SQL Server efficiently
Documentation
1
2
3
4
5
pub mod protocol;
pub mod source;

pub use protocol::DeltaProtocolReport;
pub use source::{DeltaProviderSchedulingReport, DeltaSourceReport, SourceUsageStatus};