mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 01:46:26 +00:00

* chore : Add useAirflowStatus hook * Add interface for hook * Expose the fetch status method * update hook return value * refactor : use useAirflowStatus hook to get the airflow status * Update useEffect to fetch data based on airflow status * update license * fetch workflow if airflow is available * Revert "Update useEffect to fetch data based on airflow status" This reverts commit c8cea80d4d2637d1c9163f650a34783c8efe376b. * fix : cy failures * address comments * fix : unit test * fix : cy test