You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "andy dreyfuss (JIRA)" <ji...@apache.org> on 2018/03/20 19:34:00 UTC

[jira] [Updated] (AIRFLOW-2230) [possible dup] tutorial does not specify upgradedb prerequisite command

     [ https://issues.apache.org/jira/browse/AIRFLOW-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

andy dreyfuss updated AIRFLOW-2230:
-----------------------------------
    Description: 
Quick start specifies `initdb` but full tutorial docs afaict do not specify this prerequisite command. If this is not run before everything else you end up with:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: connection [SQL: 'SELECT connection.conn_id AS connection_conn_id \nFROM connection GROUP BY connection.conn_id'] (Background on this error at: [http://sqlalche.me/e/e3q8])

  was:
Tutorial docs afaict do not specify the prerequisite `airflow upgradedb` command. If this is not run before everything else you end up with:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: connection [SQL: 'SELECT connection.conn_id AS connection_conn_id \nFROM connection GROUP BY connection.conn_id'] (Background on this error at: http://sqlalche.me/e/e3q8)


> [possible dup] tutorial does not specify upgradedb prerequisite command
> -----------------------------------------------------------------------
>
>                 Key: AIRFLOW-2230
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2230
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: docs, Documentation
>            Reporter: andy dreyfuss
>            Priority: Critical
>
> Quick start specifies `initdb` but full tutorial docs afaict do not specify this prerequisite command. If this is not run before everything else you end up with:
> sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: connection [SQL: 'SELECT connection.conn_id AS connection_conn_id \nFROM connection GROUP BY connection.conn_id'] (Background on this error at: [http://sqlalche.me/e/e3q8])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)