rjurney opened a new issue #7721: Unable to import CSV with index column URL: https://github.com/apache/incubator-superset/issues/7721 I am unable to select an index column when importing the US baby names datasets at https://www.kaggle.com/kaggle/us-baby-names/downloads/us-baby-names.zip/2 The form repeatedly states 'You must select a column between 0 and ...' which is a problem because I have selected 0, the 'Id' column for the data. ### Expected results I expect Superset to load the data with the index column selected. ### Actual results An error occurs saying the column name is out of range (it isn't) #### Screenshots <img width="1335" alt="Screen Shot 2019-06-17 at 11 17 47 AM" src="https://user-images.githubusercontent.com/42149/59626881-d6656c80-90f1-11e9-97ac-bfce2b946c13.png"> #### How to reproduce the bug 1. Go to Upload CSV 2. Select the file StateNames.csv from https://www.kaggle.com/kaggle/us-baby-names/downloads/us-baby-names.zip/2 3. Set the index column to 0 4. Import the table 5. See error ### Environment (please complete the following information): - superset version: `Superset 0.999.0dev` - master as of 6/17/19 - python version: `3.6.8` - node.js version: `v11.6.0` - npm version: `6.9.0` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [*] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [*I have reproduced the issue with at least the latest released version of superset. - [*] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
