Type Alias DuckdbConnectionSettingsV2Data
DuckdbConnectionSettingsV2Data: {
requestBody: {
s3_resource_path?: string;
};
workspace: string;
}
Type declaration
requestBody: {
s3_resource_path?: string;
}
Optional
s3_resource_path?: string
workspace: string
S3 resource path to use to generate the connection settings. If empty, the S3 resource defined in the workspace settings will be used