Skip to content

Commit

Permalink
fix variable name (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
timifasubaa authored and mistercrunch committed Jan 2, 2018
1 parent f7c5527 commit e498f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def get_column_names(filepath):
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')
Expand Down

0 comments on commit e498f2f

Please sign in to comment.