From c1f01d94a4c0c56e29e308c94a304bd43ebeb385 Mon Sep 17 00:00:00 2001 From: Allen Short Date: Mon, 9 Jul 2018 11:25:48 -0500 Subject: [PATCH] adding activedata query_runner (re #83) --- client/app/components/dynamic-form.html | 1 + redash/models.py | 4 +- redash/query_runner/activedata.py | 184 ++++++++++++++++++++++++ redash/settings/__init__.py | 3 +- 4 files changed, 188 insertions(+), 4 deletions(-) create mode 100644 redash/query_runner/activedata.py diff --git a/client/app/components/dynamic-form.html b/client/app/components/dynamic-form.html index 27c545364d..faed213f9d 100644 --- a/client/app/components/dynamic-form.html +++ b/client/app/components/dynamic-form.html @@ -9,6 +9,7 @@ +
{{ field.property.info }}