Skip to content

Commit

Permalink
docs(transformer): fix names in sample code of 'pattern_add_dataset_d…
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkie authored Sep 12, 2023
1 parent 138f6c0 commit 3cc0f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata-ingestion/docs/transformer/dataset_transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 3cc0f76

Please sign in to comment.