Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

[Bug] Column names are not selectable from the UI even though they are shared #228

Closed
frankcorneliusmartin opened this issue Feb 1, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@frankcorneliusmartin
Copy link
Contributor

Describe the bug
If I create a new average task through the UI it does not give me a dropdown in the Define parameters . Also when I create the task It does not pass the column_name to the task on the server. I do see the request to /column and I do see the correct column names are reported.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image
image

Details

  • Version 4.3.0b3
@frankcorneliusmartin frankcorneliusmartin added the bug Something isn't working label Feb 1, 2024
@github-actions github-actions bot added the New label Feb 1, 2024
@bartvanb
Copy link
Member

bartvanb commented Feb 1, 2024

Which process is used to share the columns? Is your node setup to share the columns on startup or is it achieved via calling the basics algorithm? (this only happens if you refuse to share config in the node config file or if the database requires a query, workbook or other parameter)

@bartvanb bartvanb removed the New label Feb 2, 2024
@bartvanb bartvanb added this to Hotfixes Feb 2, 2024
@bartvanb bartvanb moved this to Todo in Hotfixes Feb 2, 2024
@bartvanb
Copy link
Member

This turned out to be caused by an error in the linked algorithm store: the argument type was null - a dropdown with column names is only shown if argument type is column

@github-project-automation github-project-automation bot moved this from Todo to Done in Hotfixes Feb 14, 2024
@bartvanb bartvanb removed this from Hotfixes Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants