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
6
//! Cross-cutting crate-internal support helpers.

mod redaction;

pub(crate) use redaction::sanitize_text_for_display;
pub use redaction::sanitize_uri_for_display;