Class Target (0.2.1)

Target(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an action identifier. If the action writes output, the output will be written to the referenced database object.

Attributes

NameDescription
database str
The action's database (Google Cloud project ID) .
schema str
The action's schema (BigQuery dataset ID), within ``database``.
name str
The action's name, within ``database`` and ``schema``.

Inheritance

builtins.object > proto.message.Message > Target