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
Problem:get_data method in teal.slice::FilteredData doesn't keep the same column type for possible values in filtered parameter
It was detected on insightsengineering/teal#1038 and it only happens when there is a join_keys parent-child relationship.
Impact: As far as I can tell this doesn't affect users or is a problem, unless manually inspecting the contents.
Edge case: This surfaces when there is a conversion of FilteredData to teal_data and the initial hash of a dataname does not match the contents of qenv envirnoment object
Reproducible code: (needs {teal.slice}, {teal.code} and {teal.data})
What happened?
Problem:
get_data
method inteal.slice::FilteredData
doesn't keep the same column type for possible values infiltered
parameterIt was detected on insightsengineering/teal#1038 and it only happens when there is a
join_keys
parent-child relationship.Impact: As far as I can tell this doesn't affect users or is a problem, unless manually inspecting the contents.
Edge case: This surfaces when there is a conversion of
FilteredData
toteal_data
and the initial hash of a dataname does not match the contents ofqenv
envirnoment objectReproducible code: (needs {teal.slice}, {teal.code} and {teal.data})
Created on 2024-01-18 with reprex v2.0.2
sessionInfo()
No response
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: