workflow 之 Dagster 基本用法(qbit)
前言
软件版本
复制代码
poetry github
:https://github.com/python-poetry/poetryluigi github
:https://github.com/dagster-io/dagster
安装
用
poetry
初始化项目后在pyproject.toml
添加以下依赖,然后运行poetry update
复制代码
测试代码
test_dagster.py
复制代码
直接运行
直接使用
python
运行
复制代码
运行结果
复制代码
用 daster
运行
编辑配置文件
run_config.yaml
复制代码
运行命令
复制代码
运行结果
复制代码
用 dagit
运行
运行命令
复制代码
用浏览器打开
http://127.0.0.1:3000
查看
点击
Launchpad
标签页,点击Launch Run
按钮运行,运行结果如下:
出自 qbit snap
版权声明: 本文为 InfoQ 作者【qbit】的原创文章。
原文链接:【http://xie.infoq.cn/article/be882b0063ff2c5c95335bc57】。文章转载请联系作者。
评论