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 2022/02/04 13:02:15 UTC

[GitHub] [airflow] borismo commented on issue #14134: Airflow unsupported pickle protocol while moving from Python 3.8 to Python 3.7

borismo commented 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
   ```
   ?


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