Function mz_fivetran_destination::destination::dml::update_file
source · async fn update_file(
file_config: &FileConfig,
client: &Client,
update_stmt: &Statement,
reader: AsyncReader<Pin<Box<dyn AsyncRead + Send>>>
) -> Result<(), OpError>