在本地通过 dagit 将多个 python 文件加载到 dagster
Load multiple python files in to dagster via dagit locally
我正在尝试弄清楚如何或是否有办法在多个 python 作业文件上使用 dagit
命令。
示例:dagit -f hello_cereal_job.py
目录中有多个 *_job.py
文件,当我使用 dagit
在本地启动 dagster ui 时,我希望在 UI.
使用此命令,它只显示文件中的一项作业,但我希望显示目录中所有文件中的所有作业。
您可以使用存储库或工作区来加载许多实体
https://docs.dagster.io/concepts/repositories-workspaces/workspaces
我正在尝试弄清楚如何或是否有办法在多个 python 作业文件上使用 dagit
命令。
示例:dagit -f hello_cereal_job.py
目录中有多个 *_job.py
文件,当我使用 dagit
在本地启动 dagster ui 时,我希望在 UI.
使用此命令,它只显示文件中的一项作业,但我希望显示目录中所有文件中的所有作业。
您可以使用存储库或工作区来加载许多实体
https://docs.dagster.io/concepts/repositories-workspaces/workspaces