Options in Atlan stand for enumerations or enumerated data types. Options allow you to create your own set of predefined and related values. Once you've created your options, you can add them to your custom metadata properties to ensure consistency of usage across the organization.
Example
Imagine that you would like to denote values for the data quality level of your metadata in Atlan. To solve for this, you could create an option Data quality
and define three indicative values:
Bronze
β for freshly crawled metadataSilver
β for asset enrichment in progressGold
β for well-documented assets
Once you've created the option, you can add it as a custom metadata property. Then you can enrich your assets with this additional context for your data teams.
Create options
To create an option:
- From the left menu of any screen, click Governance.
- Under the Metadata heading, click Options.
- Under the Options heading, click Get started.
- In the New option dialog, enter the following details:
- For Name, enter a meaningful name for your option β for example,
Data quality
. - For Values, enter a list of values considered valid, separate each value with a semicolon
;
βGold
,Silver
, andBronze
.
- For Name, enter a meaningful name for your option β for example,
- Click Create to add your option.
You have just created an option! π
To edit the values for your option, click on the pencil icon in the top right to make your changes and then save them.