borismo edited a comment on issue #14134:
URL: https://github.com/apache/airflow/issues/14134#issuecomment-1029966223


   > clear the `dag_pickle` table
   
   Do you mean truncate the whole table @kaxil ?
   > sometime even `conf` column in `dag_run` table needs to be cleared
   
   Meaning:
   ```sql
   UPDATE dag_run
   SET conf = NULL
   ```
   ?
   
   Edit: by the way, I am getting the same error without changing the Python 
version.


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


Reply via email to