Agency on Maintainable Artifact should be str or Item #30
Closed
javihern98
started this conversation in
General
Replies: 1 comment 1 reply
-
The agency property of MaintainableArtefact was kept as str due to previous discussions of simplicity. On SDMXthon we do use the Agency class to specify it, but costs much more in terms of complexity. def generate_agency(agency_code: str):
return Agency(
id=agency_code,
name=agency_code) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Should the agency property of the Maintainable Artifact be a str (simpler) or an Agency object (more complex)?
Beta Was this translation helpful? Give feedback.
All reactions