You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/01/02 22:32:26 UTC

[incubator-superset] branch master updated: fix variable name (#4139)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e498f2f  fix variable name (#4139)
e498f2f is described below

commit e498f2fcb6600237aad37f5f90b731f9440ca1ac
Author: timifasubaa <30...@users.noreply.github.com>
AuthorDate: Tue Jan 2 14:32:24 2018 -0800

    fix variable name (#4139)
---
 superset/db_engine_specs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/db_engine_specs.py b/superset/db_engine_specs.py
index fbda059..e02d477 100644
--- a/superset/db_engine_specs.py
+++ b/superset/db_engine_specs.py
@@ -806,7 +806,7 @@ class HiveEngineSpec(PrestoEngineSpec):
         table_name = form.name.data
         filename = form.csv_file.data.filename
 
-        bucket_path = app.config['CSV_TO_HIVE_UPLOAD_BUCKET']
+        bucket_path = app.config['CSV_TO_HIVE_UPLOAD_S3_BUCKET']
 
         if not bucket_path:
             logging.info('No upload bucket specified')

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].