mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix: Incorrect data type on import page (#27307)
This commit is contained in:
committed by
GitHub
parent
7854b622a3
commit
fa04eec2d5
@@ -146,7 +146,8 @@ class CsvToDatabaseForm(UploadToDatabaseForm):
|
||||
description=_(
|
||||
"A dictionary with column names and their data types"
|
||||
" if you need to change the defaults."
|
||||
' Example: {"user_id":"integer"}'
|
||||
' Example: {"user_id":"int"}. '
|
||||
"Check Python's Pandas library for supported data types."
|
||||
),
|
||||
validators=[Optional()],
|
||||
widget=BS3TextFieldWidget(),
|
||||
|
||||
Reference in New Issue
Block a user