fix variable name (#4139)

This commit is contained in:
timifasubaa 2018-01-02 14:32:24 -08:00 committed by Maxime Beauchemin
parent f7c55270db
commit e498f2fcb6

View File

@ -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')