Continues work from T432993
- Use the airflow config update and airflow config update --fix commands to vlidate the configuration. P95569
- The Dag processor must now be started independently, even for local or development setups: airflow dag-processor
- airflow-devenv should wait for dag-processor to start before _Forcing DAG serialization_
- import_helper.py is compatible with Airflow 3.3
- Deploy to the airflow-devenv environment and execute airflow db migrate
- Re-work chart patch
- DAGs
Acceptance criteria
- all components are present
- minimal test_k8s Dag is running

