Module

x/wmill/gen/types.gen.ts>PolarsConnectionSettingsV2Response

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Latest
type alias PolarsConnectionSettingsV2Response
import { type PolarsConnectionSettingsV2Response } from "https://dotland.deno.dev/x/wmill@v1.402.2/gen/types.gen.ts";
definition: ({ s3fs_args: { endpoint_url: string; key?: string; secret?: string; use_ssl: boolean; cache_regions: boolean; client_kwargs: PolarsClientKwargs; }; storage_options: { aws_endpoint_url: string; aws_access_key_id?: string; aws_secret_access_key?: string; aws_region: string; aws_allow_http: string; }; })