We are in the process of streamlining our build/deployment pipelines for airflow codebase.
Does anyone have experience in build and deployment pipelines using CI/CD tools for apache airflow?
How, do you deploy your airflow codebase including DAGs/plugins/operators in different environments like test, staging, production etc.
How do you manage airflow.cfg config for each environments?
Where do you manage your configs for each environment.