Is anyone running Meltano in kubernetes via Argo W...
# infra-deployment
m
Is anyone running Meltano in kubernetes via Argo Workflows (as opposed to Airflow)?
e
I think @stephen_bailey was using it at some point
m
thank you!!
Related to running Meltano in Argo Workflows - I see that for Dagster there is a utility plugin https://hub.meltano.com/utilities/dagster while for Airflow there is both a utility plugin https://hub.meltano.com/utilities/airflow and an orchestrator plugin https://hub.meltano.com/orchestrators/airflow and a file plugin https://hub.meltano.com/files/files-airflow . If I’m interested to add a plugin for Argo Workflows, is there an obvious starting point? I don’t see clear support for plugin types “file”, “orchestrator”, or “utility” in the SDK docs https://sdk.meltano.com/en/latest/ .
d
For plugins other than Singer taps, targets, and mappers, you’ll want to use the Extension Development Kit: https://edk.meltano.com/en/latest/. https://github.com/meltano/airflow-ext/ and https://github.com/quantile-development/dagster-ext are both good examples that also wrap the necessary project files. The Airflow orchestrator plugin is pre-EDK so you can ignore that one.
m
aha, so I was looking at the SDK when I should have been looking at the EDK. Thanks!
d
@Matt Menzenski I’m updating the SDK docs to make the distinction clear: https://github.com/meltano/sdk/pull/1293/files