Hey guys - I'm trying to fetch the docstring of a ...
# ask-the-community
j
Hey guys - I'm trying to fetch the docstring of a registered task using Flyte remote. My current workflow is that I fetch a task using
FlyteRemote.fetch_task
, and then I attempt to fetch details regarding the task using the
FlyteTask
attributes (i.e. using
dir
). The`docs` attribute appears to be
None
. Not sure whether I'm completely off track here.
k
We may not have correctly mapped it back. Do you see the doctoring in the Ui
If you do, it will be there, just that mapping may be in accurate
g
same, looks like the parameter docstrings are in
<entity>.interface
though (wf = remote.fetch_workflow(x); wf.interface)