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 Aug 17, 2024. It is now read-only.
Strongly agreed, but the implementation is very difficult within the Blockly framework:
We can't know the names of available columns without running the pipeline. (For example, if the first block is "load data from URL", we can't know what column names to allow in subsequent blocks until we load the data.)
Blockly doesn't give us an event when blocks are clicked together, so we don't have a hook for automatically updating fields of blocks.
We would really like to find a better framework - one that uses modern JavaScript and doesn't rely on string concatenation + eval for execution - but that will only solve problem 2: problem 1 is intrinsic.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For blocks that has column as argument, would be incredible useful for users to have the argument as a drop-down list instead of text box.
The text was updated successfully, but these errors were encountered: