Skip to content

Commit 772d415

Browse files
committed
Disable CSV
1 parent 4e3e11a commit 772d415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder/ExtractBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ExtractBuilder
1818
public const DEFAULT_FORMAT = self::FORMAT_SQL;
1919

2020
public const FORMATS = [
21-
self::FORMAT_CSV,
21+
// self::FORMAT_CSV, // TODO: Enable this when ready
2222
self::FORMAT_SQL,
2323
];
2424

0 commit comments

Comments
 (0)