Skip to content

fix Orchestration not showing the Airflow UI

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Include and update tests for the modified code
  • Include a documentation change
  • Add a CHANGELOG.md entry in the Unreleased section

Once your merge request is complete, please assign it a Meltano maintainer for review cycle. Once the review cycle finished, the reviewer shall approve the merge request so it can be merged by any Meltano maintainer.

Closes #986 (closed)

This MR adds a hard refresh to the Orchestration page when the Airflow URL was not injected into the page.

This should fix a bug when exposing Meltano outside localhost, where the Airflow UI was not shown on the first meltano ui execution.

Merge request reports