dagster-dingtalk 0.1.8__tar.gz → 0.1.9__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.8
3
+ Version: 0.1.9
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author: YiZixuan
6
6
  Author-email: sqkkyzx@qq.com
@@ -138,7 +138,7 @@ class MultiDingTalkWebhookResource(ConfigurableResource):
138
138
  webhook = self.Webhooks[0]
139
139
  else:
140
140
  webhook = self._webhooks[key]
141
- webhook.init_webhook_url()
141
+ webhook.webhook_url()
142
142
  return webhook
143
143
  except KeyError:
144
144
  raise f"该 AccessToken 或 别名 <{key}> 不存在于提供的 Webhooks 中。请使用 DingTalkWebhookResource 定义单个 Webhook 后,将其加入 Webhooks 。"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dagster-dingtalk"
3
- version = "0.1.8"
3
+ version = "0.1.9"
4
4
  description = "A dagster plugin for the DingTalk"
5
5
  authors = ["YiZixuan <sqkkyzx@qq.com>"]
6
6
  readme = "README.md"