mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
docs(transformer): fix names in sample code of 'pattern_add_dataset_domain' (#8755)
This commit is contained in:
parent
138f6c0f74
commit
3cc0f76d17
@ -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
|
||||
```yaml
|
||||
transformers:
|
||||
- type: "pattern_add_dataset_ownership"
|
||||
- type: "pattern_add_dataset_domain"
|
||||
config:
|
||||
replace_existing: true # false is default behaviour
|
||||
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
|
||||
```yaml
|
||||
transformers:
|
||||
- type: "pattern_add_dataset_ownership"
|
||||
- type: "pattern_add_dataset_domain"
|
||||
config:
|
||||
semantics: OVERWRITE # OVERWRITE is default behaviour
|
||||
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
|
||||
```yaml
|
||||
transformers:
|
||||
- type: "pattern_add_dataset_ownership"
|
||||
- type: "pattern_add_dataset_domain"
|
||||
config:
|
||||
semantics: PATCH
|
||||
domain_pattern:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user