Import - richTextV2 import (#12868)

- Enable markdown import
- Decrease the createMany batch size on import
This commit is contained in:
Etienne
2025-06-26 17:02:45 +02:00
committed by GitHub
parent 658cd46336
commit ada7933f9b
5 changed files with 8 additions and 6 deletions

View File

@ -467,7 +467,7 @@ export const SETTINGS_COMPOSITE_FIELD_TYPE_CONFIGS = {
subFieldLabel:
COMPOSITE_FIELD_SUB_FIELD_LABELS[FieldMetadataType.RICH_TEXT_V2]
.markdown,
isImportable: false,
isImportable: true,
isFilterable: false,
isIncludedInUniqueConstraint: false,
},

View File

@ -1 +1 @@
export const SpreadsheetImportCreateRecordsBatchSize = 500;
export const SpreadsheetImportCreateRecordsBatchSize = 200;

View File

@ -39,6 +39,7 @@ export const useDownloadFakeRecords = () => {
break;
}
case FieldMetadataType.RICH_TEXT_V2:
case FieldMetadataType.ACTOR:
case FieldMetadataType.EMAILS:
case FieldMetadataType.CURRENCY: