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/01/06 09:23:15 UTC

[GitHub] [airflow] DuongPTIT commented on issue #13397: airflow 2.0.0 sqlite3.OperationalError syntax error

DuongPTIT commented on issue #13397:
URL: https://github.com/apache/airflow/issues/13397#issuecomment-755185058


   I upgrade sqlite3 on Centos7 and python3 to newest version 3.34, but it still throw error: 
   `WHERE rendered_task_instance_fields.dag_id = ? AND rendered_task_instance_fields.task_id = ? ORDER BY rendered_task_instance_fields.execution_date DESC
    LIMIT ? OFFSET ?)]
   [parameters: ('tutorial', 'print_date', 'tutorial', 'print_date', 30, 0)]
   (Background on this error at: http://sqlalche.me/e/13/e3q8)
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context
       cursor, statement, parameters, context
     File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 609, in do_execute
       cursor.execute(statement, parameters)
   sqlite3.OperationalError: near ",": syntax error`
   


----------------------------------------------------------------
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:
users@infra.apache.org