mlflow-tclake-plugin 2.1.7.dev4__tar.gz → 2.1.7.dev6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/PKG-INFO +1 -1
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/credential_provider.py +1 -1
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/PKG-INFO +1 -1
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/setup.py +1 -1
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/LICENSE.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/README.md +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/__init__.py +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/tclake_store.py +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/SOURCES.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/dependency_links.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/entry_points.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/requires.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin.egg-info/top_level.txt +0 -0
- {mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/setup.cfg +0 -0
|
@@ -326,7 +326,7 @@ class CredentialProvider(object):
|
|
|
326
326
|
secret_id=secret_id,
|
|
327
327
|
secret_key=secret_key,
|
|
328
328
|
token=data.get("Token"),
|
|
329
|
-
expire=
|
|
329
|
+
expire=_parse_expire(data.get("ExpiredTime")),
|
|
330
330
|
owner_uin=data.get("OwnerUserId"),
|
|
331
331
|
user_id=data.get("UserId"),
|
|
332
332
|
)
|
|
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="mlflow-tclake-plugin",
|
|
5
|
-
version="2.1.7.
|
|
5
|
+
version="2.1.7.dev6",
|
|
6
6
|
description="Tclake plugin for MLflow",
|
|
7
7
|
packages=find_packages(),
|
|
8
8
|
# Require MLflow as a dependency of the plugin, so that plugin users can simply install
|
|
File without changes
|
|
File without changes
|
{mlflow_tclake_plugin-2.1.7.dev4 → mlflow_tclake_plugin-2.1.7.dev6}/mlflow_tclake_plugin/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|