Skip to content

Go to all Onboarding Topics

Naming Conventions#

Codestyle Naming Conventions#

The latest style guide document is to be found via the following link: https://dataproducts.data.novonordisk.cloud/team/style_guide/#21-quotati

Data Contracts Naming Conventions#

The word datacontract is required in the name as per the data contract specification.
After the first hyphen, specify the domain, which may include the abbreviated name of the data product.
Lastly, indicate the data product location (e.g., data layer, landing zone, API, etc.).

datacontract-{domain}-{location}.md

e.g.: datacontract-dh-bronze.md

Architectural Proposals aka Architectural Decision Records Naming Conventions#

{delivery/product name or code}-arc-{N}
where Nis a proposal's order number.

e.g.: poc1-arc-1

Other entities naming conventions#

Guardrails on other entities naming conventions


Go to all Onboarding Topics