登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
xiaotan2013
/
dagster
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v0.2.3
414a68d
2018-09-23 01:29
下载
v0.2.2
The first dot release! up-to-date versions of dagster and dagit 0.2.2. (I just skipped 0.2.1 of dagster so that dagit and dagster are in sync. I won’t get into why pypi is dumb and made me do that) There are virtually no changes to the python API. This update was for the CLI interface to make it so that you can use it without the repository.yml file and without installed modules. You can now use dagit (or dagster) like: `dagit -f step_one.py -r define_pipeline` to load the pipeline straightaway from a function rather than having to go through repositories and yaml files.
46011f9
2018-09-19 03:42
下载
v0.2.0
Version 0.2.0 tag. - Solids do not specify their dependencies anymore. They are more easily reusable between pipelines. Dependencies now specified at the pipeline level. - Solids support multiple outputs and branching - Solids can take config, in addition to inputs and outputs. - Sources and materializations have been eliminated as formal abstractions. Solids accepting configs enabled this. - New configuration system with full type system instead of argument dictionary. Configs can be arbitrarily nested and support composite types. - New result api - New execution engine. this now does a compiler-esque pass where a new logical execution graph of nodes is generated from the logical definition files and config. - Python 2.7, 3.5 and 3.6 now supported - RepositoryDefinition has been added. pipelines.yml is gone - Full documentation of all public APIs - Multi-part tutorial that introduces all concepts. - @solid now must take info object, which has config and context members. @lambda_solid is for simple cases that do not require config and context. - ... Much more
c582220
2018-09-17 23:07
下载
v0.1.6
c636f4f
2018-08-18 00:29
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
1
https://gitee.com/xiaohan2013/dagster.git
git@gitee.com:xiaohan2013/dagster.git
xiaohan2013
dagster
dagster
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册