mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
refactor: Repeated boilerplate code between upload to database forms (#16756)
* abstract boilerplate code into class and rename csv to file * add db migration * fix some stuff * more renaming of csv to file * rename in translations * update down revision * update down revision * bump chart version * switch to alter column name approach in db migration * fix db migration for MySQL * db migration conflict
This commit is contained in:
committed by
GitHub
parent
4f1d202430
commit
ef3afbde82
@@ -67,7 +67,7 @@ def setup_csv_upload():
|
||||
extra = upload_db.get_extra()
|
||||
extra["explore_database_id"] = utils.get_example_database().id
|
||||
upload_db.extra = json.dumps(extra)
|
||||
upload_db.allow_csv_upload = True
|
||||
upload_db.allow_file_upload = True
|
||||
db.session.commit()
|
||||
|
||||
yield
|
||||
|
||||
Reference in New Issue
Block a user