Resource: Config
Configuration for Data Lineage. Defines different configuration options for Lineage customers to control behaviour of lineage systems.
| JSON representation |
|---|
{
"name": string,
"ingestion": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the config. Format: |
ingestion |
Optional. Ingestion rule for Data Lineage ingestion. |
etag |
Optional. |
Ingestion
Defines how Lineage should be ingested for a given resource.
| JSON representation |
|---|
{
"rules": [
{
object ( |
| Fields | |
|---|---|
rules[] |
Optional. List of rules for Data Lineage ingestion. |
IngestionRule
Ingestion rule for Data Lineage ingestion.
| JSON representation |
|---|
{ "integrationSelector": { object ( |
| Fields | |
|---|---|
integrationSelector |
Required. Integration selector of the rule. The rule is only applied to the Integration selected by the selector. |
lineageEnablement |
Required. Lineage enablement configuration. Defines configurations for the ingestion of lineage for the resource and its children. If unspecified, the ingestion will be enabled only if it was configured in the resource's parent. |
IntegrationSelector
Integration selector of the rule. The rule is only applied to the Integration selected by the selector.
| JSON representation |
|---|
{
"integration": enum ( |
| Fields | |
|---|---|
integration |
Required. Integration to which the rule applies. This field can be used to specify the integration against which the ingestion rule should be applied. |
Integration
Integration to which the rule applies. This enum is expected to grow over time.
| Enums | |
|---|---|
INTEGRATION_UNSPECIFIED |
Integration is Unspecified |
DATAPROC |
Dataproc |
LineageEnablement
Lineage enablement configuration. Defines configurations for the ingestion of lineage for the resource and its children.
| JSON representation |
|---|
{ "enabled": boolean } |
| Fields | |
|---|---|
enabled |
Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used. |
Methods |
|
|---|---|
|
Get the Config for a given resource. |
|
Update the Config for a given resource. |