Skip to content

Commit

Permalink
fix a doc ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-quix committed Dec 3, 2024
1 parent 5a2e771 commit e248f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connectors/sources/local-file-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ source = FileSource(
directory="/path/to/my/topic_folder",
format="json",
compression="gzip",
as_replay=True,
replay_speed=1.0,
)
sdf = app.dataframe(source=source).print(metadata=True)
# YOUR LOGIC HERE!
Expand Down

0 comments on commit e248f0c

Please sign in to comment.