mlrun 1.6.3rc4__py3-none-any.whl → 1.6.3rc5__py3-none-any.whl
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.
Potentially problematic release.
This version of mlrun might be problematic. Click here for more details.
- mlrun/db/httpdb.py +3 -2
- mlrun/utils/version/version.json +2 -2
- {mlrun-1.6.3rc4.dist-info → mlrun-1.6.3rc5.dist-info}/METADATA +1 -1
- {mlrun-1.6.3rc4.dist-info → mlrun-1.6.3rc5.dist-info}/RECORD +8 -8
- {mlrun-1.6.3rc4.dist-info → mlrun-1.6.3rc5.dist-info}/LICENSE +0 -0
- {mlrun-1.6.3rc4.dist-info → mlrun-1.6.3rc5.dist-info}/WHEEL +0 -0
- {mlrun-1.6.3rc4.dist-info → mlrun-1.6.3rc5.dist-info}/entry_points.txt +0 -0
- {mlrun-1.6.3rc4.dist-info → mlrun-1.6.3rc5.dist-info}/top_level.txt +0 -0
mlrun/db/httpdb.py
CHANGED
|
@@ -137,8 +137,6 @@ class HTTPRunDB(RunDBInterface):
|
|
|
137
137
|
self.base_url = base_url
|
|
138
138
|
username = parsed_url.username or config.httpdb.user
|
|
139
139
|
password = parsed_url.password or config.httpdb.password
|
|
140
|
-
self.user = username
|
|
141
|
-
self.password = password
|
|
142
140
|
self.token_provider = None
|
|
143
141
|
|
|
144
142
|
if config.auth_with_client_id.enabled:
|
|
@@ -156,6 +154,9 @@ class HTTPRunDB(RunDBInterface):
|
|
|
156
154
|
if token:
|
|
157
155
|
self.token_provider = StaticTokenProvider(token)
|
|
158
156
|
|
|
157
|
+
self.user = username
|
|
158
|
+
self.password = password
|
|
159
|
+
|
|
159
160
|
def __repr__(self):
|
|
160
161
|
cls = self.__class__.__name__
|
|
161
162
|
return f"{cls}({self.base_url!r})"
|
mlrun/utils/version/version.json
CHANGED
|
@@ -88,7 +88,7 @@ mlrun/db/__init__.py,sha256=WqJ4x8lqJ7ZoKbhEyFqkYADd9P6E3citckx9e9ZLcIU,1163
|
|
|
88
88
|
mlrun/db/auth_utils.py,sha256=hpg8D2r82oN0BWabuWN04BTNZ7jYMAF242YSUpK7LFM,5211
|
|
89
89
|
mlrun/db/base.py,sha256=Rg2TrcwvzN28vmoyhq8sSxNjiBS1EA6BAHr24fhcmNU,18221
|
|
90
90
|
mlrun/db/factory.py,sha256=wTEKHEmdDkylM6IkTYvmEYVF8gn2HdjLoLoWICCyatI,2403
|
|
91
|
-
mlrun/db/httpdb.py,sha256=
|
|
91
|
+
mlrun/db/httpdb.py,sha256=PUIY5VPln2hqCMgRexJwvuLV-nAXsz5BwGlGAt_ImnU,156882
|
|
92
92
|
mlrun/db/nopdb.py,sha256=rpZy5cpW-8--4OvMzlVoKNYjbhWJ3cn_z-JFwfuPqnI,14520
|
|
93
93
|
mlrun/feature_store/__init__.py,sha256=n1F5m1svFW2chbE2dJdWzZJJiYS4E-y8PQsG9Q-F0lU,1584
|
|
94
94
|
mlrun/feature_store/api.py,sha256=ehEwKlmE07pq1FUwh-ehA8Jm9LTkQofl5MQpEiMwVqM,49520
|
|
@@ -304,11 +304,11 @@ mlrun/utils/notifications/notification/ipython.py,sha256=qrBmtECiRG6sZpCIVMg7RZc
|
|
|
304
304
|
mlrun/utils/notifications/notification/slack.py,sha256=5JysqIpUYUZKXPSeeZtbl7qb2L9dj7p2NvnEBcEsZkA,3898
|
|
305
305
|
mlrun/utils/notifications/notification/webhook.py,sha256=QHezCuN5uXkLcroAGxGrhGHaxAdUvkDLIsp27_Yrfd4,2390
|
|
306
306
|
mlrun/utils/version/__init__.py,sha256=7kkrB7hEZ3cLXoWj1kPoDwo4MaswsI2JVOBpbKgPAgc,614
|
|
307
|
-
mlrun/utils/version/version.json,sha256=
|
|
307
|
+
mlrun/utils/version/version.json,sha256=54sTTac4uypUa8r_g1xBqfu7PVwZwQkHCxiilPL7jmo,88
|
|
308
308
|
mlrun/utils/version/version.py,sha256=HMwseV8xjTQ__6T6yUWojx_z6yUj7Io7O4NcCCH_sz8,1970
|
|
309
|
-
mlrun-1.6.
|
|
310
|
-
mlrun-1.6.
|
|
311
|
-
mlrun-1.6.
|
|
312
|
-
mlrun-1.6.
|
|
313
|
-
mlrun-1.6.
|
|
314
|
-
mlrun-1.6.
|
|
309
|
+
mlrun-1.6.3rc5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
310
|
+
mlrun-1.6.3rc5.dist-info/METADATA,sha256=pDQG2w8VrnROnQLovPFyB04xXf_yN1nsDhynfz8LyH8,18293
|
|
311
|
+
mlrun-1.6.3rc5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
312
|
+
mlrun-1.6.3rc5.dist-info/entry_points.txt,sha256=1Owd16eAclD5pfRCoJpYC2ZJSyGNTtUr0nCELMioMmU,46
|
|
313
|
+
mlrun-1.6.3rc5.dist-info/top_level.txt,sha256=NObLzw3maSF9wVrgSeYBv-fgnHkAJ1kEkh12DLdd5KM,6
|
|
314
|
+
mlrun-1.6.3rc5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|