docs(transformer): fix names in sample code of 'pattern_add_dataset_domain' (#8755)

This commit is contained in:
Adriano Vega Llobell 2023-09-12 23:34:24 +02:00 committed by GitHub
parent 138f6c0f74
commit 3cc0f76d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,7 +909,7 @@ in both of the cases domain should be provisioned on DataHub GMS
- Add domains, however replace existing domains sent by ingestion source - Add domains, however replace existing domains sent by ingestion source
```yaml ```yaml
transformers: transformers:
- type: "pattern_add_dataset_ownership" - type: "pattern_add_dataset_domain"
config: config:
replace_existing: true # false is default behaviour replace_existing: true # false is default behaviour
domain_pattern: domain_pattern:
@ -920,7 +920,7 @@ in both of the cases domain should be provisioned on DataHub GMS
- Add domains, however overwrite the domains available for the dataset on DataHub GMS - Add domains, however overwrite the domains available for the dataset on DataHub GMS
```yaml ```yaml
transformers: transformers:
- type: "pattern_add_dataset_ownership" - type: "pattern_add_dataset_domain"
config: config:
semantics: OVERWRITE # OVERWRITE is default behaviour semantics: OVERWRITE # OVERWRITE is default behaviour
domain_pattern: domain_pattern:
@ -931,7 +931,7 @@ in both of the cases domain should be provisioned on DataHub GMS
- Add domains, however keep the domains available for the dataset on DataHub GMS - Add domains, however keep the domains available for the dataset on DataHub GMS
```yaml ```yaml
transformers: transformers:
- type: "pattern_add_dataset_ownership" - type: "pattern_add_dataset_domain"
config: config:
semantics: PATCH semantics: PATCH
domain_pattern: domain_pattern: