Skip to content

Commit 2cff7dc

Browse files
committed
Update automating_json_log_loading_with_vector.md
1 parent b4c5100 commit 2cff7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/load/automating_json_log_loading_with_vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ echo '{"user_id": 3, "event": "logout", "timestamp": "2024-12-08T10:10:00Z"}' >>
187187
echo '{"user_id": 4, "event": "login", "timestamp": "2024-12-08T10:15:00Z"}' >> /Users/eric/Documents/logs/app.log
188188
```
189189

190-
Wait for a moment for the log to sync to S3 (a new file should appear in the logs folder). The scheduled task will then load the new logs into the table. If you query the table again, you will find these logs:
190+
Wait for a moment for the log to sync to S3 (a new file should appear in the `logs` folder). The scheduled task will then load the new logs into the table. If you query the table again, you will find these logs:
191191

192192
```sql
193193
SELECT * FROM logs;

0 commit comments

Comments
 (0)