You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of get_extract_datanames is a bit obscure. Particularly I find "Fetches dataname slot per data_extract_spec from a list of data_extract_spec" hard to follow: it works in a single object or it needs a list of data_extract_spect objects?
In addition, one link to data_extract_spec() might be helpful, and vice versa, a link from data_extract_spec to get_extract_datanames might help new users finding these functions for the first time.
Last, adding an example to get_extract_datanames might make it more approachable.
A simple example with just one dataset that could be added (it would be also nice to add with multiple datasets):
Related to: insightsengineering/nestdevs-tasks#57 It might not be the best time investment. Or documentation should be updated to point to the replacement appropriately.
Feature description
The documentation of
get_extract_datanames
is a bit obscure. Particularly I find "Fetches dataname slot perdata_extract_spec
from a list ofdata_extract_spec
" hard to follow: it works in a single object or it needs a list ofdata_extract_spect
objects?In addition, one link to
data_extract_spec()
might be helpful, and vice versa, a link fromdata_extract_spec
toget_extract_datanames
might help new users finding these functions for the first time.Last, adding an example to
get_extract_datanames
might make it more approachable.A simple example with just one dataset that could be added (it would be also nice to add with multiple datasets):
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: