1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Jun 19 09:33:28 UTC 2024

This commit is contained in:
Automated 2024-06-19 09:33:28 +00:00
parent 04a1e3ce77
commit fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions

View file

@ -34,7 +34,7 @@ GROUPS
A group of subcommands for working with Cloud Dataflow snapshots.
sql
A group of subcommands for working with Dataflow SQL.
(DEPRECATED) A group of subcommands for working with Dataflow SQL.
yaml
A group of subcommands for launching Beam YAML jobs on Dataflow.

View file

@ -5,7 +5,13 @@ SYNOPSIS
gcloud dataflow sql COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
A group of subcommands for working with Dataflow SQL.
(DEPRECATED) A group of subcommands for working with Dataflow SQL.
This command is deprecated and will be removed January 31, 2025. Please see
Beam YAML (https://beam.apache.org/documentation/sdks/yaml/) and Beam
notebooks
(https://cloud.google.com/dataflow/docs/guides/notebook-advanced#beam-sql)
for alternatives.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -16,7 +22,7 @@ COMMANDS
COMMAND is one of the following:
query
Execute the user-specified SQL query on Dataflow.
(DEPRECATED) Execute the user-specified SQL query on Dataflow.
NOTES
This variant is also available:

View file

@ -20,6 +20,12 @@ SYNOPSIS
| --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(DEPRECATED) This command is deprecated and will be removed January 31,
2025. Please see Beam YAML
(https://beam.apache.org/documentation/sdks/yaml/) and Beam notebooks
(https://cloud.google.com/dataflow/docs/guides/notebook-advanced#beam-sql)
for alternatives.
Execute the user-specified SQL query on Dataflow. Queries must comply to
the ZetaSQL dialect (https://github.com/google/zetasql). Results may be
written to either BigQuery or Cloud Pub/Sub.