Domain not getting added to table in Datahub UI ingestion

Original Slack Thread

hello
I tried to set up an existing registered domain for hive ingestion in the UI, I wrote and ingested as below and it worked fine, but the domain is not added to the table.

I have already created a domain named test and checked in mariadb that it has a urn of “urn:li:domain:test”.

What could be the problem? Please help me

Datahub CLI version 0.13.1.3
Python version 3.10.13

–hive_recipe.yaml
source:
type: hive
config:
domain:
‘urn:li:domain:test’:
allow:
- ‘test.sample_*’

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)