📄️ Ingest
Tutorial on how to ingest parquet data with Fused.
📄️ Cache decorator
Caching stores the result of slow function calls so they only need to run once. This persists objects across reruns and makes UDFs faster.
📄️ Download
Download remote files to the local system to make them available to UDFs across runs. Files are written to a disk shared across all UDFs in an organization.
📄️ Environment variables
Save constants to an .env file to make them available to UDFs as environment variables. You should use the secrets manager for sensitive information like API keys.
📄️ File systems
Fused provides two file systems to make files accessible to all UDFs: an S3 bucket and a disk. Access is scoped at the organization level.
📄️ GitHub Integration
Enterprise This feature is accessible to organizations with a Fused Enterprise subscription.