Is it ok if i create my own version based on this? #125
magralo
started this conversation in
Show and tell
Replies: 1 comment
-
library: https://pypi.org/project/easydags/#description |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My current changes
Hey! I am using this library with some adjustments, basically what I am doing is the following:
Coming ideas
In the near future I want to build one different functionality where we can specify two different types of dependencies:
The latter is useful when working with queries (which is my case)... As an example of both kinds of dependencies, let's think about a simple DAG with 2 nodes
How am i using this on prod?
Following the license type I made those changes, I currently run this in production where I work. What I do is that I have an API where each endpoint is a different Dag.
So far everything is working perfectly! Thanks a lot for this development
As a side note ill be talking about this on a local conference (Pycon Colombia 2023)
Please let me know what do you think about this fork
Beta Was this translation helpful? Give feedback.
All reactions