Skip to content

Commit

Permalink
[docs] Small fix to Streaming to Batch conversion FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
fallonchen authored and econchick committed Nov 19, 2021
1 parent f338e89 commit e6b7c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/faqs/streaming_to_batch_conversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ An example of of the changes for reading and writing to a GCS file are seen belo
job_config:
event:
inputs:
- type: gcs
- type: file
location: gs://my-event-input/my-input-elements.txt
outputs:
- type: gcs
- type: file
location: gs://my-event-output/
Expand Down

0 comments on commit e6b7c6e

Please sign in to comment.