Skip to content

Commit 8f555ea

Browse files
authored
Merge pull request #107 from statisticsnorway/orgnr-name-changes
Orgnr name changes
2 parents 58ddd54 + 12fdb58 commit 8f555ea

File tree

4 files changed

+55
-54
lines changed

4 files changed

+55
-54
lines changed

poetry.lock

Lines changed: 51 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ssb-nudb-config"
3-
version = "2026.3.5" # Year.Month.Patch - So the last number is not day of month, but patch number within month
3+
version = "2026.3.6" # Year.Month.Patch - So the last number is not day of month, but patch number within month
44
description = "The config for NUDB - Nasjonal utdanningsdatabase"
55
authors = [{ name = "Markus Storeide", email = "rku@ssb.no" }]
66
maintainers = [{ name = "Statistics Norway, Education statistics Department (360)" }]

src/nudb_config/config_tomls/constants.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ sane_skoleaar_range = [1969, 2050]
1313
unique_per_person_cols = ["pers_kjoenn", "pers_foedselsdato", "gr_grunnskolepoeng"]
1414
valid_personal_ids_prio = ["snr", "fnr"]
1515

16+
videreutd_uhgrupper = ['18', '19', '20', '21', '22', '23', '66', '67']
17+
1618
brreg_utd_nacekoder = [
1719
"88.911",
1820
"85.100",

src/nudb_config/pydantic/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Constants(DotMapBaseModel):
1616
sane_skoleaar_range: list[int]
1717
unique_per_person_cols: list[str]
1818
valid_personal_ids_prio: list[str]
19+
videreutd_uhgrupper: list[str]
1920
brreg_utd_nacekoder: list[str]
2021
foreign_municipalities: list[str]
2122

0 commit comments

Comments
 (0)