delta-funnel 0.6.0

Lightweight, fast Delta Lake to SQL Server loads with DataFusion SQL and native TDS
Documentation
1
2
3
4
5
//! Generates Delta Funnel Perfetto diagnostics reports.

fn main() {
    std::process::exit(delta_funnel::perfetto_profile::run_perfetto_diagnostics_cli());
}