Mapping Business Glossary Terms to Athena Columns in DataHub Metadata Ingestion Configuration

Original Slack Thread

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']```

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)

Hey Haripriya, Please refer https://datahubproject.io/docs/metadata-ingestion/docs/transformer/dataset_transformer#config-details-10. I think this documentation might help. Let me know if it helps.