diff --git a/frontend/src/scenes/pipeline/pipelineBatchExportConfigurationLogic.tsx b/frontend/src/scenes/pipeline/pipelineBatchExportConfigurationLogic.tsx index 30b34ac6acb4e6..7d0b3b405b43e9 100644 --- a/frontend/src/scenes/pipeline/pipelineBatchExportConfigurationLogic.tsx +++ b/frontend/src/scenes/pipeline/pipelineBatchExportConfigurationLogic.tsx @@ -188,6 +188,12 @@ const personsTable: DatabaseSchemaBatchExportTable = { type: 'integer', schema_valid: true, }, + created_at: { + name: 'created_at', + hogql_value: 'created_at', + type: 'datetime', + schema_valid: true, + }, }, }