Data Ingestion
Fused supports ingesting various data types into your workflows.
For geospatial data
See the comprehensive Geospatial Data Ingestion guide with detailed tutorials and examples.
ingest_nongeospatial
Ingest dataframes without a spatial component using fused.ingest_nongeospatial
.
# Run this locally - not in Workbench
job_id = fused.ingest_nongeospatial(
input=df,
output="s3://sample-bucket/file.parquet",
).run_batch()