Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
fix default sink/topic
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Jan 3, 2021
1 parent ddc37a5 commit 4f9479e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windowed_tfrecords.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ def process(self, element):

parser.add_argument(
"--topic",
default="projects/print-nanny/topics/bounding-boxes-dev/windowed",
default="projects/print-nanny/topics/bounding-boxes-dev",
help="PubSub topic to subscribe for bounding box predictions",
)

parser.add_argument(
"--sink",
default="gs://print-nanny-dev/dataflow/bounding-box-events",
default="gs://print-nanny-dev/dataflow/bounding-box-events/windowed",
help="Files will be output to this gcs bucket",
)

Expand Down

0 comments on commit 4f9479e

Please sign in to comment.