tanelk commented on issue #19957:
URL: https://github.com/apache/airflow/issues/19957#issuecomment-1094996707

   In your last log you have some long lines, that seem to be truncated. For 
example:
   `    Process 309021: SELECT task_instance.try_number AS 
task_instance_try_number, task_instance.task_id AS task_instance_task_id, 
task_instance.dag_id AS task_instance_dag_id, task_instance.run_id AS 
task_instance_run_id, task_instance.start_date AS task_instance_start_date, 
task_instance.end_date AS task_instance_end_date, task_instance.duration AS 
task_instance_duration, task_instance.state AS task_instance_state, 
task_instance.max_tries AS task_instance_max_tries, task_instance.hostname AS 
task_instance_hostname, task_instance.unixname AS task_instance_unixname, 
task_instance.job_id AS task_instance_job_id, task_instance.pool AS 
task_instance_pool, task_instance.pool_slots AS task_instance_pool_slots, 
task_instance.queue AS task_instance_queue, task_instance.priority_weight AS 
task_instance_priority_weight, task_instance.operator AS 
task_instance_operator, task_instance.queued_dttm AS task_instance_queued_dttm, 
task_instance.queued_by_job_id AS task_instance_queued_by_job_id, task
 _instance.pid AS task_instance_pid, task_insta`
   
   It would be nice to see the full query - what filters there are, etc.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to