Skip to content

Commit 653669c

Browse files
authored
Merge pull request #31 from heungh/patch-4
Update create_agent_table.py
2 parents f397dba + c15276e commit 653669c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

smart-agent-db-architecture/create_agent_table.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def insert_sample_data():
234234
"UserSessionNM": "잠실종합운동장 맛집 검색 세션",
235235
"SessionSummary": "잠실종합 운동장 주변 맛집 검색 및 추천",
236236
"SessionStartDT": "20250614140530",
237-
"DtlFileLoc": "S3://usersess/2025...",
237+
"DtlFileLoc": "S3://.../2025...",
238238
},
239239
{
240240
"PK": "USR002",
@@ -245,7 +245,7 @@ def insert_sample_data():
245245
"UserSessionNM": "강남역 맛집 검색 세션",
246246
"SessionSummary": "강남역 주변 맛집 검색 및 추천",
247247
"SessionStartDT": "20250614150530",
248-
"DtlFileLoc": "S3://usersess/2025...",
248+
"DtlFileLoc": "S3://.../2025...",
249249
},
250250
{
251251
"PK": "USR003",
@@ -256,7 +256,7 @@ def insert_sample_data():
256256
"UserSessionNM": "홍대 카페 검색 세션",
257257
"SessionSummary": "홍대 주변 카페 검색 및 추천",
258258
"SessionStartDT": "20250614160530",
259-
"DtlFileLoc": "S3://usersess/2025...",
259+
"DtlFileLoc": "S3://.../2025...",
260260
},
261261
# 사용자 세션 프로세스 데이터
262262
{

0 commit comments

Comments
 (0)