Function mz_fivetran_destination::destination::dml::copy_files
source · async fn copy_files(
file_config: &FileConfig,
files: &[String],
client: &Client,
temporary_table: &UnresolvedItemName
) -> Result<u64, OpError>
Expand description
Copies a CSV file into a temporary table using the COPY FROM
protocol.
It is assumed that the provided CSV files have the same number of columns as the referenced table.