v0.9.0 - RBA and ABS Catalogue Correctness #8
AnthonyPuggs
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Catalogue Correctness Release
The curated RBA and ABS catalogues were audited against the live upstream sources for the first time since the initial seed. Nineteen listed RBA entries pointed to tables that had been renumbered or consolidated by the RBA, and several ABS entries were mislabelled or had been ceased by the ABS.
Changed
a1,a3,c7,c9,d4,d14,e13,f3,f4,f7,f8,f11,f12,g4,h2,h4,i2,i3,i4. Callers resolving these IDs will now receive data that matches the entry'snamefield; previously they silently received a different table's contents."Selected Living Cost Indexes"(the dataflow the ID actually resolves to upstream), with new variants for employee, age-pensioner, self-funded retiree, other-transfer, and pensioner-beneficiary household types.Added
upstream_idfield on ABS catalogue entries. This decouples the ergonomic catalogue key from the real SDMX dataflow ID. Entries withoutupstream_idcontinue to pass their key straight through, so all existing entries keep working unchanged.csv_pathfield on RBA catalogue entries. This lets an entry override the default{id}-data.csvURL pattern for tables whose CSV path does not follow that convention.resolve_abs_dataflow_id/resolve_rba_csv_pathhelpers incatalogue/resolver.py, wired intoAuseconServiceso every ABS and RBA retrieval goes through the mapping layer before hitting the provider.discontinued: trueflag support on ABS catalogue entries, mirroring the existing RBA convention.search_cataloguenow suppresses ceased entries by default. Marked ceased:CPI_M,RT,RPPI,BUSINESS_TURNOVER.docs/coverage-audit-2026-04.md, a one-off audit record documenting every existing entry's status against the live upstream.Fixed
This discussion was created from the release v0.9.0 - RBA and ABS Catalogue Correctness.
Beta Was this translation helpful? Give feedback.
All reactions