You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/11/02 20:50:14 UTC

[incubator-superset] branch master updated: docs: reword the FAQ regarding table changes (#3763)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new f3c7052  docs: reword the FAQ regarding table changes (#3763)
f3c7052 is described below

commit f3c7052f3004703120880f2069f53e590a0b9f55
Author: Riccardo Magliocchetti <ri...@gmail.com>
AuthorDate: Thu Nov 2 21:50:11 2017 +0100

    docs: reword the FAQ regarding table changes (#3763)
    
    So we stop confusing people that thinks we do DDL.
    
    Fix #3761
---
 docs/faq.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/faq.rst b/docs/faq.rst
index f5335f9..d825ef5 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -170,8 +170,8 @@ You can override this path using the ``SUPERSET_HOME`` environment variable.
 
 Another work around is to change where superset stores the sqlite database by adding ``SQLALCHEMY_DATABASE_URI = 'sqlite:////new/location/superset.db'`` in superset_config.py (create the file if needed), then adding the directory where superset_config.py lives to PYTHONPATH environment variable (e.g. ``export PYTHONPATH=/opt/logs/sandbox/airbnb/``).
 
-How do I add new columns to an existing table
----------------------------------------------
+What if the table schema changed?
+---------------------------------
 
 Table schemas evolve, and Superset needs to reflect that. It's pretty common
 in the life cycle of a dashboard to want to add a new dimension or metric.

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].