Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

ashb
Copy link
Contributor

@ashb ashb commented Apr 6, 2024

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!

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!
Copy link

codecov bot commented Apr 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

cloud/deployment/inspect/inspect.go Outdated Show resolved Hide resolved
cloud/deployment/inspect/inspect.go Outdated Show resolved Hide resolved
cloud/deployment/inspect/inspect_test.go Outdated Show resolved Hide resolved
cloud/deployment/inspect/inspect_test.go Outdated Show resolved Hide resolved
@ashb ashb requested a review from kushalmalani April 9, 2024 16:40
Copy link
Contributor

@kushalmalani kushalmalani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ashb ashb merged commit f48a2a0 into main Apr 9, 2024
4 of 5 checks passed
@ashb ashb deleted the add-api-url-to-deployment-inspect branch April 9, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants