jef-knowledge-bases-books¶
Source¶
Repository:
jef-systems/jef-knowledge-bases-backendTable:
jef-knowledge-bases-booksSchema path:
dynamodb/jef-knowledge-bases-books/schema.jsonCommit:
9fbaa86f1de4397803cc8141d2b4efa07fb6665cGenerated at:
2026-05-04T15:24:41Z
Attributes¶
{
"book_id": "string",
"book_slug": "string",
"title": "string",
"description": "string",
"language": "string",
"entity_number": "string",
"source_type": "string",
"source_uri": "string",
"source_hash": "string",
"s3_bucket": "string",
"s3_key": "string",
"content_type": "string",
"extraction_engine": "string",
"ingestion_status": "string",
"status": "string",
"active": "boolean",
"total_pages": "number",
"pages_submitted": "number",
"last_page_submitted": "number",
"failed_page_count": "number",
"empty_page_count": "number",
"total_text_length": "number",
"total_word_count": "number",
"total_chunk_count": "number",
"manifest_uri": "string",
"manifest_hash": "string",
"pipeline_run_id": "string",
"created_at": "string",
"updated_at": "string",
"created_by": "string",
"updated_by": "string",
"error_message": "string",
"idempotency_key": "string"
}
Main Index¶
{
"pk": "book_id"
}
Raw Schema¶
{
"table": "jef-knowledge-bases-books",
"attributes": {
"book_id": "string",
"book_slug": "string",
"title": "string",
"description": "string",
"language": "string",
"entity_number": "string",
"source_type": "string",
"source_uri": "string",
"source_hash": "string",
"s3_bucket": "string",
"s3_key": "string",
"content_type": "string",
"extraction_engine": "string",
"ingestion_status": "string",
"status": "string",
"active": "boolean",
"total_pages": "number",
"pages_submitted": "number",
"last_page_submitted": "number",
"failed_page_count": "number",
"empty_page_count": "number",
"total_text_length": "number",
"total_word_count": "number",
"total_chunk_count": "number",
"manifest_uri": "string",
"manifest_hash": "string",
"pipeline_run_id": "string",
"created_at": "string",
"updated_at": "string",
"created_by": "string",
"updated_by": "string",
"error_message": "string",
"idempotency_key": "string"
},
"main_index": {
"pk": "book_id"
},
"gsi_1": {
"gsi_1_pk": "entity_number",
"gsi_1_sk": "updated_at"
}
}