dagster-dingtalk 0.1.5b1__tar.gz → 0.1.5b2__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.5b1
3
+ Version: 0.1.5b2
4
4
  Summary: A dagster plugin for the DingTalk
5
5
  Author: YiZixuan
6
6
  Author-email: sqkkyzx@qq.com
@@ -174,7 +174,7 @@ class DingTalkResource(ConfigurableResource):
174
174
  return False
175
175
 
176
176
  def _get_access_token(self) -> str:
177
- access_token_cache = Path("~/.dingtalk_cache")
177
+ access_token_cache = Path("/tmp/.dingtalk_cache")
178
178
 
179
179
  if access_token_cache.exists():
180
180
  with open(access_token_cache, 'rb') as f:
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "dagster-dingtalk"
3
- version = "0.1.5.b1"
3
+ version = "0.1.5.b2"
4
4
  description = "A dagster plugin for the DingTalk"
5
5
  authors = ["YiZixuan <sqkkyzx@qq.com>"]
6
6
  readme = "README.md"