2 posts tagged with "Persistent storage"
View All Tags
Windmill Data Tables provide workspace-scoped relational data storage with near-zero setup, enabling scripts and flows to leverage SQL without exposing credentials.
New features
- Near-zero setup relational data storage managed by Windmill
- Workspace-scoped with automatic credential management
- Support for Custom Instance Database (superadmin-managed) or Postgres resources
- Safe parameterized queries in TypeScript and Python
- Native DuckDB integration with ATTACH syntax
- Automatic asset detection and data dependency visualization
- Default "main" data table for simplified access
- Full CRUD operations for all workspace members

Read and write from a storage that is not your main storage by specifying it in the S3 object as "secondary_storage" with the name of it.
New features
- Add additional storages from S3, Azure Blob, AWS OIDC or Google Cloud Storage.
- From script, specify the secondary storage with an object with properties `s3` (path to the file) and `storage` (name of the secondary storage).