Skip to content

Commit

Permalink
docs(business attribute): clarify support (#12260)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrydal authored Jan 7, 2025
1 parent 124e200 commit f940c70
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/businessattributes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import FeatureAvailability from '@site/src/components/FeatureAvailability';

# Business Attributes

<FeatureAvailability ossOnly />

>**Note:** This is <b>BETA</b> feature
## What are Business Attributes
A Business Attribute, as its name implies, is an attribute with a business focus. It embodies the traits or properties of an entity within a business framework. This attribute is a crucial piece of data for a business, utilised to define or control the entity throughout the organisation. If a business process or concept is depicted as a comprehensive logical model, then each Business Attribute can be considered as an individual component within that model. While business names and descriptions are generally managed through glossary terms, Business Attributes encompass additional characteristics such as data quality rules/assertions, data privacy markers, data usage protocols, standard tags, and supplementary documentation, alongside Names and Descriptions.
Expand Down Expand Up @@ -70,9 +75,11 @@ Description inherited from business attribute is greyed out to differentiate bet
</p>

### Enable Business Attributes Feature
By default, business attribute is disabled. To enable Business Attributes feature, set the following configuration in [application.yaml](../metadata-service/configuration/src/main/resources/application.yaml)

businessAttributeEntityEnabled : true
By default, business attribute is disabled. To enable Business Attributes feature, export environmental variable
(may be done via `extraEnvs` for GMS deployment):
```shell
BUSINESS_ATTRIBUTE_ENTITY_ENABLED=true
```

### What updates are planned for the Business Attributes feature?

Expand Down

0 comments on commit f940c70

Please sign in to comment.