Type Alias PolarsConnectionSettingsV2Data

PolarsConnectionSettingsV2Data: {
    requestBody: {
        s3_resource_path?: string;
    };
    workspace: string;
}

Type declaration

  • requestBody: {
        s3_resource_path?: string;
    }

    S3 resource path to use to generate the connection settings. If empty, the S3 resource defined in the workspace settings will be used

    • Optionals3_resource_path?: string
  • workspace: string