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
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Problem description
We cannot see whether a function is central or federated when selecting the function from the dropdown. This is already captured in the metadata of the algorithm:
..."functions": [
{
"name": "get_person_table_count",
"description": "Retrieves PERSON table count from the OMOP database",
"type": "central",
...
},
...
]
...
Desired solution
Show the type of function in the drop down. Or make an select question above to only show central or federated (if both are present)
The text was updated successfully, but these errors were encountered:
Problem description
We cannot see whether a function is
central
orfederated
when selecting the function from the dropdown. This is already captured in the metadata of the algorithm:Desired solution
Show the type of function in the drop down. Or make an select question above to only show central or federated (if both are present)
The text was updated successfully, but these errors were encountered: