causalens / dara

Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python.
https://dara.causalens.com
Apache License 2.0
375 stars 9 forks source link

Fix: DO-3637: Fix rendering of tables from DerivedDataVariables #364

Closed Roman-Kornev closed 2 months ago

Roman-Kornev commented 2 months ago

Motivation and Context

Fixed a crash in Table when rendering the result of a DerivedDataVariable due to a missing cache_key.

Implementation Description

Any new dependencies Introduced

How Has This Been Tested?

PR Checklist:

Screenshots (if appropriate):