You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/17 03:46:55 UTC

[GitHub] [airflow] kodeine commented on issue #13679: SQL Syntax errors on startup

kodeine commented on issue #13679:
URL: https://github.com/apache/airflow/issues/13679#issuecomment-921432337


   Hello @kaxil ,
   I am still getting this error,
   
   ```
   ostgresql_1 | 2021-09-17 03:45:45.666 GMT [252] LOG: incomplete startup packet
   
   
   postgresql_1 | 2021-09-17 03:45:45.735 GMT [254] LOG: incomplete startup packet
   
   
   airflow-worker_1 | airflow-worker 03:45:45.75 INFO ==> Restoring persisted Airflow installation
   
   
   airflow-worker_1 | airflow-worker 03:45:45.99 INFO ==> Waiting for Airflow Webserser to be up
   
   
   postgresql_1 | 2021-09-17 03:45:50.273 GMT [256] ERROR: column connection.description does not exist at character 210
   
   postgresql_1 | 2021-09-17 03:45:50.273 GMT [256] STATEMENT: SELECT connection.password AS connection_password, connection.extra AS connection_extra, connection.id AS connection_id, connection.conn_id AS connection_conn_id, connection.conn_type AS connection_conn_type, connection.description AS connection_description, connection.host AS connection_host, connection.schema AS connection_schema, connection.login AS connection_login, connection.port AS connection_port, connection.is_encrypted AS connection_is_encrypted, connection.is_extra_encrypted AS connection_is_extra_encrypted
   
   postgresql_1 | FROM connection
   
   postgresql_1 | WHERE connection.conn_type IS NULL
   ```
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org