From 2b31ab498b4187a000f3c5a480831d59f8486e73 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 4 Apr 2016 15:20:10 -0700 Subject: [PATCH] [hotfix] fixing json endpoint --- caravel/viz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caravel/viz.py b/caravel/viz.py index a52758fe3123d..de49266d6b2c1 100644 --- a/caravel/viz.py +++ b/caravel/viz.py @@ -243,7 +243,7 @@ def get_json(self): 'data': self.get_data(), 'query': self.query, 'form_data': self.form_data, - 'json_endpoint': cache_key, + 'json_endpoint': self.json_endpoint, 'csv_endpoint': self.csv_endpoint, 'standalone_endpoint': self.standalone_endpoint, 'cache_timeout': cache_timeout,