Skip to content

Commit

Permalink
docs: Add comment to input_format
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed Oct 10, 2024
1 parent c6bbb0a commit 42d8de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create_topic_with_cloud_storage_ingestion(
# project_id = "your-project-id"
# topic_id = "your-topic-id"
# bucket = "your-bucket"
# input_format = "text"
# input_format = "text" (can be one of "text", "avro", "pubsub_avro")
# text_delimiter = "\n"
# match_glob = "**.txt"
# minimum_object_create_time = "YYYY-MM-DDThh:mm:ssZ"
Expand Down

0 comments on commit 42d8de5

Please sign in to comment.