nirav_kothari
12/15/2021, 11:03 AMfred_reimer
12/15/2021, 7:23 PMplugins:
orchestrators:
- name: airflow
pip_url: psycopg2-binary apache-airflow[kubernetes]==2.1.2 --constraint <https://raw.githubusercontent.com/apache/airflow/constraints-2.1.2/constraints-${MELTANO__PYTHON_VERSION}.txt>
config:
core:
executor: KubernetesExecutor
kubernetes:
delete_worker_pods: true
namespace: meltano
in_cluster: true
worker_container_repository: custom_registry/meltano-afworker
worker_container_tag: latest
pod_template_file: /project/.meltano/run/airflow/pod-template-file.yml
files:
- name: airflow
pip_url: git+<https://gitlab.com/meltano/files-airflow.git>
I'm working on moving the workers to Fargate pods. Someone here had a repo I built off of, but it's pretty far from that now (everything Terraform).