Expand description
Snowflake load: write Parquet to a stage URI (S3 / GCS / ABFS / file://), then optional COPY INTO.
Automatic COPY INTO requires SNOWFLAKE_USER / SNOWFLAKE_PASSWORD and a future native driver;
today Rust always lands data on the stage via export_dataset_to_object_store_uri.
Functions§
- copy_
into_ table_ from_ stage - Optional
COPY INTO— not linked in-tree; stage write is the supported path. - write_
dataset_ to_ snowflake_ stage - Write
dsas Parquet tostage_uri(object-store URI Rust can write).