Use the data_domain property to get the data domain name.
Example: Get the data domain name from FeatureCatalog object
>>> fc = FeatureCatalog(repo='repo', data_domain='customer analytics') >>> fc.data_domain
'customer analytics'
Use the data_domain property to get the data domain name.
>>> fc = FeatureCatalog(repo='repo', data_domain='customer analytics') >>> fc.data_domain
'customer analytics'