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
372 stars 8 forks source link

Fix: DO-3494: Make Table schema cache_key a query param #354

Closed Roman-Kornev closed 1 month ago

Roman-Kornev commented 1 month ago

Motivation and Context

The param was being sent as a body which is not allowed for a GET request.

Implementation Description

Any new dependencies Introduced

How Has This Been Tested?

PR Checklist:

Screenshots (if appropriate):