file_download_parquet_as_csv

Function file_download_parquet_as_csv 

Source
pub async fn file_download_parquet_as_csv(
    configuration: &Configuration,
    workspace: &str,
    file_key: &str,
    s3_resource_path: Option<&str>,
    resource_type: Option<&str>,
) -> Result<String, Error<FileDownloadParquetAsCsvError>>