astronomer / astro-cli

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
https://www.astronomer.io
Other
341 stars 70 forks source link

Add the Airflow API URL to the `deployment inspect` output #1614

Closed ashb closed 3 months ago

ashb commented 3 months ago

Our docs currently tell people to get the webserver_url and then manually strip off the org id which is error prone (people forget to do it).

Given that the API already has a field for exactly this lets just expose it for users to use!

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.56%. Comparing base (bf3ec8f) to head (15517c5). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1614 +/- ## ======================================= Coverage 86.56% 86.56% ======================================= Files 114 114 Lines 16087 16088 +1 ======================================= + Hits 13925 13926 +1 Misses 1297 1297 Partials 865 865 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.