-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error creating a Teal app - Validation fail in FilteredData
constructor
#492
[Bug]: Error creating a Teal app - Validation fail in FilteredData
constructor
#492
Comments
Please check again as update was made and we don't have the |
After using the |
I get a different one 🤔
As expected. |
Right. After modifying the
It is raised here: In the last call one of the arguments is passed |
All of this is because the datasets are The error is not triggered when Now, who messed with examples in |
Then there's another bug in |
Fixes [this issue](insightsengineering/teal.slice#492) Modified example for `adtteSpec` to also include `ADSL` dataset. :exclamation: I had to take it from `teal.data` so it's probably not the ideal solution. Adapted `experimentSpec` to new `teal_data` class.
btw I'm using this cool VS code extension GitLens that does blame on every active line which is so cool and helpful. |
@vedhav Can we close this now? |
@donyunardi insightsengineering/teal.modules.hermes#351 should close it. Not sure how this was missed during example app changes (probably because they are non |
Closes insightsengineering/teal.slice#492 We don't accept data in module UI anymore & there was a missing dataname in one example. --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Daniel Sabanes Bove <[email protected]>
What happened?
Note: Using the current
refactor
nowWhen running the example app for
teal.modules.hermes::adtteSpecServer
the validation fails with this error:On the
main
branch the error is:Example app
sessionInfo()
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: