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/12/13 06:22:36 UTC

[GitHub] [airflow] uranusjr commented on pull request #28324: Add `version_renamed` and `previous_name` in config sections

uranusjr commented on PR #28324:
URL: https://github.com/apache/airflow/pull/28324#issuecomment-1347806060

   Instead of adding a bunch of `~`, would it be simpler to omit them and use `get('previous_name')` instead?
   
   I also wonder if it’s better to do
   
   ```yaml
   renamed:
     previous_name: ...
     version: ...
   ```
   
   so it’s clearer the two keys must appear together.


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