You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/datastream-to-bigquery/src/main/java/com/google/cloud/teleport/v2/templates/DataStreamToBigQuery.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ public interface Options
150
150
151
151
@TemplateParameter.GcsReadFile(
152
152
order = 1,
153
+
optional = true,
153
154
groupName = "Source",
154
155
description = "File location for Datastream file output in Cloud Storage.",
155
156
helpText =
@@ -171,6 +172,7 @@ public interface Options
171
172
172
173
@TemplateParameter.PubsubSubscription(
173
174
order = 3,
175
+
optional = true,
174
176
description = "The Pub/Sub subscription on the Cloud Storage bucket.",
175
177
helpText =
176
178
"The Pub/Sub subscription used by Cloud Storage to notify Dataflow of new files available for processing, in the format: `projects/<PROJECT_ID>/subscriptions/<SUBSCRIPTION_NAME>`.")
0 commit comments