Hello Team, I am trying to map the Business glossary terms to Athena columns. But I am able to only tag the terms to the whole dataset and not to individual schema terms. This is the recipe used. Am I missing something to map the glossary to the columns. Any help would be appreciated as I am new to this.
type: athena
config:
aws_region: region
work_group: wg
query_result_location: '<s3://aws-athena-query-results/>'
database: db_nmae
transformers:
-
type: simple_add_dataset_terms
config:
replace_existing: true
term_urns:
- 'urn:li:glossaryTerm:005d0f7eaaf'
- 'urn:li:glossaryTerm:a5052f485cb'
-
type: pattern_add_dataset_schema_terms
config:
replace_existing: true
term_pattern:
rules:
'.*columnname.*': ['urn:li:glossaryTerm:509ce1c0ae798']```