Sander van den Bos
08/07/2024, 11:07 AMmeltano invoke airflow
to airflow
, so it can be used with the Airflow Helm Chart.
I'm running in quite a few problems, which I did not expect. I can work around most of the issues by moving config from the helm chart to meltano.yml or changing the Dockerfile, but it's like I'm reinventing the wheel, and it's taking ages to fix every little thing. Which means I'm either doing something really smart, or something really stupid.
Can you tell me whether I missed something somewhere?Edgar Ramírez (Arch.dev)
08/08/2024, 4:09 AMI can work around most of the issues by moving config from the helm chart to meltano.yml or changing the DockerfileWhat sort of config would you need to move around?
Sander van den Bos
08/09/2024, 8:41 AMWhich means I'm either doing something really smart, or something really stupid.
, it was the latter. Once I found the difference between add orchestrator airflow
and add utility airflow
, everything went smooth.
Sorry for taking your time!Edgar Ramírez (Arch.dev)
08/09/2024, 5:58 PMadd orchestrator airflow
somewhere in the docs or in another place?Sander van den Bos
08/12/2024, 10:44 AM