Import CSV (#3643)

* add upload csv button to sources dropdown

* upload csv to non-hive datasources

* upload csv to hive datasource

* update FAQ page

* add tests

* fix linting errors and merge conflicts

* Update .travis.yml

* Update tox.ini
This commit is contained in:
timifasubaa
2017-11-27 21:07:12 -08:00
committed by Maxime Beauchemin
parent c5ddf57124
commit 268edcfedd
7 changed files with 375 additions and 5 deletions

View File

@@ -45,6 +45,13 @@ visualizations.
https://github.com/airbnb/superset/issues?q=label%3Aexample+is%3Aclosed
Can I upload and visualize csv data?
-------------------------------------
Yes, using the ``Upload a CSV`` button under the ``Sources``
menu item. This brings up a form that allows you specify required information. After creating the table from CSV, it can then be loadede like any other on the ``Sources -> Tables``page.
Why are my queries timing out?
------------------------------