Parameter for static context #62
AdrianSosic
started this conversation in
Ideas
Replies: 1 comment
-
Pro:
Cons:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How about we introduce something like a
FixedParameter
/ContextParameter
/StaticParameter
/ConstantParameter
that allows to explicitly declare data columns with constant values? The motivation for this has been mentioned here and is to reduce the chance of silent bugs. Potentially, there are even more use cases for it.This new type would gain even more importance if we decide to disallow passing measurement dataframes that carry additional unused columns, which I strongly vote for, because it gives high risk of silent bugs (e.g. if the user simply forgets to declare a parameter).
Beta Was this translation helpful? Give feedback.
All reactions