Skip to content

Commit 100ea78

Browse files
authored
example: leverage auto merge for collected schema in custom_source_hn (#1266)
1 parent 002eb00 commit 100ea78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/custom_source_hn/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def hackernews_flow(
211211
content_type="comment",
212212
author=comment["author"],
213213
text=comment["text"],
214-
url="",
215214
created_at=comment["created_at"],
216215
)
217216

0 commit comments

Comments
 (0)