Replies: 4 comments 2 replies
-
I would also take |
Beta Was this translation helpful? Give feedback.
-
If I had to choose from a list, I would select the @Valid field and the validate_code() function. It would be preferable to have longer names to increase clarity, unless there's a reason not to. The name should accurately reflect the purpose of checking whether teal_data@code can accurately recreate teal_data@env. With that in mind, here are some of suggestions (i tried using chatgpt to create more meaning full combinations) @reproducibility_status + Function: check_reproducibility() (my 1st preference) some additional combination based on chatGPT @consistency_check + Function: evaluate_consistency() |
Beta Was this translation helpful? Give feedback.
-
I also like |
Beta Was this translation helpful? Give feedback.
-
Suggest |
Beta Was this translation helpful? Give feedback.
-
tHey, this poll is motivated by this feature request #182 and this PR #188
Currently you are able to create
teal_data()
object and pass datasets and thecode
during the creation. This means some datasets exist inteal_data@env
but we have no guarantee that@code
that hosts thecode
during the creation of the object actually creates datasets inteal_data@env
.We want to create a function that will review if the
teal_data@code
can recreate objects existing inteal_data@env
. We need a name of the function that would do that. We also want to store an information if this check/review was performed in a separateteal_data
field/slot. Name should also correspond to the process.If you want to get biased, you can skim this thread #188 (comment)
I can not add any more items to the poll so if you see some combination that you prefer but does not exist, please write that in comments.
7 votes ·
Beta Was this translation helpful? Give feedback.
All reactions