We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f397dba + c15276e commit 653669cCopy full SHA for 653669c
1 file changed
smart-agent-db-architecture/create_agent_table.py
@@ -234,7 +234,7 @@ def insert_sample_data():
234
"UserSessionNM": "잠실종합운동장 맛집 검색 세션",
235
"SessionSummary": "잠실종합 운동장 주변 맛집 검색 및 추천",
236
"SessionStartDT": "20250614140530",
237
- "DtlFileLoc": "S3://usersess/2025...",
+ "DtlFileLoc": "S3://.../2025...",
238
},
239
{
240
"PK": "USR002",
@@ -245,7 +245,7 @@ def insert_sample_data():
245
"UserSessionNM": "강남역 맛집 검색 세션",
246
"SessionSummary": "강남역 주변 맛집 검색 및 추천",
247
"SessionStartDT": "20250614150530",
248
249
250
251
"PK": "USR003",
@@ -256,7 +256,7 @@ def insert_sample_data():
256
"UserSessionNM": "홍대 카페 검색 세션",
257
"SessionSummary": "홍대 주변 카페 검색 및 추천",
258
"SessionStartDT": "20250614160530",
259
260
261
# 사용자 세션 프로세스 데이터
262
0 commit comments