dolphinscheduler-sdk-python
dolphinscheduler-sdk-python copied to clipboard
Problems about how to view all workflows in single project
I can get the workflow of project through workflow.project, but I am curious about how can I find all workflows given a single project, which means I do not see any related methods or attributes of project in this document. So how can I do that?
hey dahanll, currently we can not do not do that, it is an interesting proposal and maybe we can do that in the further. Currently python sdk are focus on batch create or mange workflow, instead of query the metabase of dophinscheduler, but I personally think we should do that in the further