delta-funnel 0.2.0

Lightweight, fast Delta Lake to SQL Server loads with DataFusion SQL and native TDS
Documentation
1
2
3
4
5
pub mod protocol;
pub mod source;

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