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 2020/12/29 21:31:46 UTC

[GitHub] [airflow] potiuk commented on issue #13367: Pypi wheel package for apache-airflow-upgrade-check 1.1.0 is wrong

potiuk commented on issue #13367:
URL: https://github.com/apache/airflow/issues/13367#issuecomment-752248717


   I confirm that the two files are different but I think it was some accidental problem while preparing the .whl package.
   I compared the contents and checkd also the sources in the official ASF SVN: https://archive.apache.org/dist/airflow/upgrade-check/1.1.0/ and it seems that the extra file you mentioned `invalid_kubernetes_configs.py` is the ONLY difference between the packages. All the rest is as-expected and matches the 1.1.0 tag.
   
   My guess is that the whl file was first wrongly prepared - it was built first using the 1.0.0 label and then re-created with 1.1.0 which would explain why the file is there.
   
   Does it cause any problems for you? Does it fail the rule or causes some other problems? 
   
   
   Just in case - You know that you can also disable some rules by configuration as a workaround: 
   
   https://pypi.org/project/apache-airflow-upgrade-check/
   
   ```
   airflow upgrade_check --config=/files/upgrade.yaml
   ```
   
   the configuration file should be a proper yaml file similar to this one:
   
   ```
   ignored_rules:
     - InvalidKubernetesConfigRule
   ```
   
   
   
   


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

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