Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一些工作流工具,例如snakemake,允许工作流定义的声明风格。优点是这允许用户指定所需的目标文件并snakemake找出适当的计算顺序(如果可能)。
snakemake
如果我理解正确,prefect请使用命令式风格。但是,有没有什么方法可以创建声明式的工作流程prefect?
prefect