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/10/12 08:26:24 UTC

[GitHub] [airflow] marvinfretly commented on issue #26931: Templating (like {{ ds }} ) stopped working in papermill after upgrade from 2.3.x to 2.4.x

marvinfretly commented on issue #26931:
URL: https://github.com/apache/airflow/issues/26931#issuecomment-1275783602

   In case you want to downgrade to an older version:
   
   1. Go inside your container using `docker exec -it <container_name> bash`
   2. execute this: airflow db downgrade --to-revision <revision_id>
   3. Downgrade airflow version on your dockerfile
   [Reference for Database Migrations](https://airflow.apache.org/docs/apache-airflow/stable/migrations-ref.html?highlight=migration) (Revision id). 
   
   That's it


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