dagster-dingtalk 0.1.15__tar.gz → 0.1.16b1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dagster-dingtalk
3
- Version: 0.1.15
3
+ Version: 0.1.16b1
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author: YiZixuan
6
6
  Author-email: sqkkyzx@qq.com
@@ -1,12 +1,8 @@
1
1
  from dagster import In, OpExecutionContext, op, Out
2
-
3
- # noinspection PyProtectedMember
4
- from dagster._annotations import experimental
5
-
6
2
  from .app_client import DingTalkClient
7
3
  from .resources import DingTalkWebhookResource
8
4
 
9
- @experimental
5
+
10
6
  @op(description="钉钉Webhook发送文本消息",
11
7
  required_resource_keys={'dingtalk_webhook'},
12
8
  ins={
@@ -0,0 +1 @@
1
+ __version__ = "0.1.16b1"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dagster-dingtalk"
3
- version = "0.1.15"
3
+ version = "0.1.16b1"
4
4
  description = "A dagster plugin for the DingTalk"
5
5
  authors = ["YiZixuan <sqkkyzx@qq.com>"]
6
6
  readme = "README.md"
@@ -1 +0,0 @@
1
- __version__ = "0.1.15"