From d62157153137d8233bbcad32b02e65a6f042889c Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Thu, 6 Nov 2025 22:46:00 -0800 Subject: [PATCH] example: leverage auto merge for collected schema in `custom_source_hn` --- examples/custom_source_hn/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/custom_source_hn/main.py b/examples/custom_source_hn/main.py index 4e68dadb..c4fa419f 100644 --- a/examples/custom_source_hn/main.py +++ b/examples/custom_source_hn/main.py @@ -211,7 +211,6 @@ def hackernews_flow( content_type="comment", author=comment["author"], text=comment["text"], - url="", created_at=comment["created_at"], )