gcloud beta datalineage processes create

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-process in location us-central1 with display name My Process and origin custom, 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 project attribute:

  • provide the argument process on the command line with a fully specified name;
  • provide the argument --project on 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 process attribute:

  • provide the argument process on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
The location of the process. To set the location attribute:
  • provide the argument process on the command line with a fully specified name;
  • provide the argument --location on the command line.
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 custom for 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 than custom. ORIGIN_SOURCE_TYPE must 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 help for details.

API REFERENCE
This command uses the datalineage/v1 API. 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 create
gcloud alpha datalineage processes create