astronomer / astronomer-providers

Airflow Providers containing Deferrable Operators & Sensors from Astronomer
https://astronomer-providers.rtfd.io/
Apache License 2.0
128 stars 25 forks source link

Fix issue with API response not containing all tags for runtime version update #1514

Closed vatsrahul1001 closed 2 months ago

vatsrahul1001 commented 2 months ago

We noticed that the action job to update the runtime version in the integration test deployment created a PR in which the version was not the latest. After debugging, we found out that the response from the API call does not contain all the tags. This PR addresses the issue after adding a limit query parameter

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.33%. Comparing base (afdbace) to head (b957f0a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1514 +/- ## ======================================= Coverage 98.33% 98.33% ======================================= Files 94 94 Lines 4636 4636 ======================================= Hits 4559 4559 Misses 77 77 ```

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