- NAME
-
- gcloud beta datalineage processes create - create a Data Lineage process
- SYNOPSIS
-
-
gcloud beta datalineage processes create(PROCESS:--location=LOCATION) [--attributes=[ATTRIBUTES,…]] [--display-name=DISPLAY_NAME] [--origin-name=ORIGIN_NAME] [--origin-source-type=ORIGIN_SOURCE_TYPE; default="custom"] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Create a new Data Lineage process. - EXAMPLES
-
To create a process with ID
my-processin locationus-central1with display nameMy Processand origincustom, run:gcloud beta datalineage processes create my-process --location=us-central1 --display-name="My Process" --origin-source-type=custom --origin-name="my-app" - POSITIONAL ARGUMENTS
-
-
Process resource - The process to create. The arguments in this group can be
used to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
To set the
projectattribute:-
provide the argument
processon the command line with a fully specified name; -
provide the argument
--projecton the command line; -
set the property
core/project.
This must be specified.
PROCESS-
ID of the process or fully qualified identifier for the process.
To set the
processattribute:-
provide the argument
processon the command line.
This positional argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--location=LOCATION-
The location of the process.
To set the
locationattribute:-
provide the argument
processon the command line with a fully specified name; -
provide the argument
--locationon the command line.
-
provide the argument
-
provide the argument
-
Process resource - The process to create. The arguments in this group can be
used to specify the attributes of this resource. (NOTE) Some attributes are not
given arguments in this group but can be set in other ways.
- FLAGS
-
--attributes=[ATTRIBUTES,…]- Additional attributes for the process.
--display-name=DISPLAY_NAME- A human-readable name for the process.
--origin-name=ORIGIN_NAME- The name of the origin (e.g. the application or pipeline name).
--origin-source-type=ORIGIN_SOURCE_TYPE; default="custom"-
Type of the source. Use of a source type other than
customfor process creation or updating is highly discouraged. It might be restricted in the future without notice. There will be increase in cost if you use any of the source types other thancustom.ORIGIN_SOURCE_TYPEmust be one of:bigquery,composer,custom,dataflow,dataproc,data-fusion,looker-core,looker-studio,source-type-unspecified,vertex-ai.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - API REFERENCE
-
This command uses the
datalineage/v1API. The full documentation for this API can be found at: https://cloud.google.com/data-catalog - NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud datalineage processes creategcloud alpha datalineage processes create
gcloud beta datalineage processes create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-30 UTC.