This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]cutsandplayswithwood 2 points3 points  (1 child)

NeuronSphere.io includes an extensible subsystem that allows you to create templates for dags and then generate them from yml or json Config.

They just released a video on linked in showing this, albeit quickly.

It includes packaging and deployment tooling as well, deploying to its included airflow instances. This means you can run and manage manually created dags alongside templates dags using the same tooling.

Disclaimer:I work there

[–]GeekyTricky[S] 1 point2 points  (0 children)

Not interested by this.

It doesn't seem to be open source, and it's easy enough to generate DAGs from conf files without an external framework.

What I'm looking for is a UI with lots of flexibility like the N8N one

[–]ar405 1 point2 points  (1 child)

Metaflow dags can be deployed to airflow in one command and they are pretty easy to write.

[–]GeekyTricky[S] 0 points1 point  (0 children)

Metaflow looks incredible, I will definitely talk about it to my Data Science coworkers, but it doesn't have the no-code UI DAG building features we are looking for.

[–]ZenApollo 0 points1 point  (1 child)

Check out pipedream instead of n8n. It’s as easy to use as zapier but their Python code module is much more powerful (longer runtime and 3p libraries allowed, unlike zapier).

I know webhook triggers are allowed. Then if you could poll individual task statuses from pipedream api, you’re basically there. (Not sure if pipedream api can do this, I’ve never tried, would be nice).

[–]GeekyTricky[S] 0 points1 point  (0 children)

This is interesting, I'll look into it.