Skip to main content

show_data_source

Function show_data_source 

Source
pub async fn show_data_source(
    client: &RedashClient,
    data_source_id: u64,
    show_schema: bool,
    refresh_schema: bool,
    format: OutputFormat,
) -> Result<()>