CDM
CDM copied to clipboard
resolve options and deprecation warnings
This PR addresses 2 issues:
-
ResolveOptions
is used in code, but it was only imported whenTYPE_CHECKING
. This caused calls toattribute.fetch_object_definition()
to fail. - Switch from
doc.namespace
anddoc.folder_path
usage todoc.owner.namespace
anddoc.owner.folder_path
, as the deprecation warnings suggested.
Any update on this PR?
Hi @apisarenco and @jaja-git, thanks for your interest in contributing to the CDM project. We are evaluating the changes internally. Once a final decision has been made, we will get back with the next steps.