Skip to content

Commit

Permalink
docs(dbt): fix indentation in dbt meta mapping docs (datahub-project#…
Browse files Browse the repository at this point in the history
…7045)

Co-authored-by: jj.lee <[email protected]>
  • Loading branch information
2 people authored and Eric Yomi committed Jan 18, 2023
1 parent 3f5e1f8 commit 0973cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/docs/sources/dbt/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ meta_mapping:
data_tier:
match: "Bronze|Silver|Gold"
operation: "add_term"
config:
term: "{{ $match }}"
config:
term: "{{ $match }}"
```

to match any data_tier of Bronze, Silver or Gold and maps it to a glossary term with the same name.
Expand Down

0 comments on commit 0973cfb

Please sign in to comment.