uranusjr commented on PR #28191: URL: https://github.com/apache/airflow/pull/28191#issuecomment-1384931149
Actually I think this is something simpler and unrelated. With SQLite I get ``` INFO - sqlalchemy.exc.ProgrammingError: (sqlite3.ProgrammingError) Incorrect number of bindings supplied. The current statement uses 4, and there are 0 supplied. INFO - [SQL: SELECT xcom.value INFO - FROM xcom JOIN dag_run ON xcom.dag_run_id = dag_run.id INFO - WHERE xcom."key" = ? AND xcom.task_id = ? AND xcom.dag_id = ? AND xcom.run_id = ? ORDER BY xcom.map_index ASC] ``` Looks like a simple SQL error. Please open a new issue with better description. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
