mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-09 16:03:31 +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
|
- 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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user