We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30eb7cc commit 5f83433Copy full SHA for 5f83433
dataflow/flex-templates/streaming_beam_sql/README.md
@@ -169,7 +169,7 @@ gcloud dataflow flex-template build $TEMPLATE_PATH \
169
--flex-template-base-image JAVA11 \
170
--metadata-file "metadata.json" \
171
--jar "target/streaming-beam-sql-1.0.jar" \
172
- --env FLEX_TEMPLATE_JAVA_MAIN_CLASS="org.apache.beam.samples.StreamingBeamSQL"
+ --env FLEX_TEMPLATE_JAVA_MAIN_CLASS="org.apache.beam.samples.StreamingBeamSql"
173
```
174
175
The template is now available through the template file in the Cloud Storage
0 commit comments