Skip to content

Removes airflow ui functionality

Eduardo Bonet requested to merge incubation/remove-airflow-features into master

What does this MR do and why?

We won't be working on Airflow integration, thus we are removing the implemented funcionality. This feature is behind a feature flag, and was never enabled, tables should be all empty.

Database

Migrations

main: == 20230216144719 DropTableAirflowDags: migrating =============================
main: -- drop_table(:airflow_dags, {:if_exists=>true})
main:    -> 0.0141s
main: == 20230216144719 DropTableAirflowDags: migrated (0.0317s) ====================

ci: == 20230216144719 DropTableAirflowDags: migrating =============================
ci: -- drop_table(:airflow_dags, {:if_exists=>true})
ci:    -> 0.0130s
ci: == 20230216144719 DropTableAirflowDags: migrated (0.0577s) ====================

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Bonet

Merge request reports