mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -6,7 +6,13 @@ SYNOPSIS
|
|||
gcloud beta dataflow sql COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) A group of subcommands for working with Dataflow SQL.
|
||||
(BETA) (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.
|
||||
|
|
@ -17,7 +23,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
query
|
||||
(BETA) Execute the user-specified SQL query on Dataflow.
|
||||
(BETA) (DEPRECATED) Execute the user-specified SQL query on Dataflow.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
|
|
|
|||
|
|
@ -20,9 +20,15 @@ SYNOPSIS
|
|||
| --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) 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.
|
||||
(BETA) (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.
|
||||
|
||||
EXAMPLES
|
||||
To execute a simple SQL query on Dataflow that reads from and writes to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue