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 2021/12/08 01:45:37 UTC

[GitHub] [airflow] potiuk commented on pull request #20113: Lift off upper bound for MarkupSafe

potiuk commented on pull request #20113:
URL: https://github.com/apache/airflow/pull/20113#issuecomment-988419189


   Hey @tsingh2k15 - all looks good. In the "Build Images" job you can find that this build actually used 2.0.1 version:
   
   https://github.com/apache/airflow/runs/4448089223?check_suite_focus=true#step:8:713
   
   ```
       Downloading MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (31 kB)
   ```
   I merged it.
   
   > When this PR is merged to main, where could I find a constraint file to start using this change in my installation scripts? I am curious to understand when the constraint file would be available or how I can start using this change. Do I need to wait for a release?
   
   When the PR is merged, the constraints will be automatically updated in the "constraint-main" branch of our repo - but ONLY if all tests pass (we have now WAY more stable build so this is likely to happen tonight). Also if there are many subsequent merges one after another, the build might get cancelled due to "concurrency" so sometimes it will take some time for the "green" build to push such new constraints. 
   
   You can see the history of those constraint changes here: https://github.com/apache/airflow/commits/constraints-main
   
   Once there you will be able to use it as described in https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html but use "constraints-main" rather than "constaints-2.2.2" as version.
   
   But if you want to check it yourself it's very easy to download image from your PR build (we have all the images we used for CI in our registry) and run it locally with Breeze. The below should pull your image and start airlfow (loading default connections and example dags for easier testing). It should bring you a running airflow instance with webserver available at http://locahost:28080 (admin/admin):
   
   ```
   ./breeze start-airflow --github-image-id 13b0af1a2211f3e905d23bc5e1808307d577183d --load-example-dags --load-default-connections
   ```
   
   (The image id you can find in logs of your build) 


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