diff --git a/polars/types.ts b/polars/types.ts index 444c67e7..c74bffe7 100644 --- a/polars/types.ts +++ b/polars/types.ts @@ -156,6 +156,7 @@ export interface ScanParquetOptions { cloudOptions?: unknown; retries?: number; includeFilePaths?: string; + allowMissingColumns?: boolean; } /**