fred-oss 0.57.0__tar.gz → 0.59.0__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.
- {fred_oss-0.57.0/src/main/fred_oss.egg-info → fred_oss-0.59.0}/PKG-INFO +1 -1
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/comp/_keyval.py +29 -10
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/service.py +15 -3
- fred_oss-0.59.0/src/main/fred/version +1 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0/src/main/fred_oss.egg-info}/PKG-INFO +1 -1
- fred_oss-0.57.0/src/main/fred/version +0 -1
- {fred_oss-0.57.0 → fred_oss-0.59.0}/MANIFEST.in +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/NOTICE.txt +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/README.md +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/requirements.txt +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/setup.cfg +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/setup.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/cli/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/cli/__main__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/cli/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/cli/main.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/comp/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/comp/_pubsub.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/comp/_queue.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/comp/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/comp/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/builder.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/loader.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/templates/public_ro.json +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/templates/public_rw.json +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/pool.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_redis.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_stdlib.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/utils.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/callback/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/callback/_function.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/callback/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/callback/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/impl.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/result.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/settings.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/future/utils.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/cli_ext.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtime.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/16.4LTS.json +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/scanner.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/sync.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/wrappers/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/wrappers/dbutils.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/runpod/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/runpod/cli_ext.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/runpod/helper.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/maturity.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/monad/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/monad/_either.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/monad/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/monad/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/auth.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/config.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/catalog/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/catalog/default/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/catalog/default/_base.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/catalog/default/_example.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/catalog/default/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/catalog/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/config.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/endpoint.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/router/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/server.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/rest/settings.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/settings.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/dateops.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imops.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imout/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imout/_filesystem.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imout/_minio.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imout/_string.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imout/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/imout/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/mlops/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/mlops/auto.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/utils/runtime.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/version.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/backend.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/client.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/handler.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/_handler.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/_item.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/_request.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/_runner_spec.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/model/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/plugins/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/plugins/_local.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/plugins/_runpod.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/plugins/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/plugins/interface.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/rest/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/rest/router/__init__.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/rest/router/_base.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/rest/router/_runner.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/rest/router/catalog.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/settings.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/signal.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/status.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/runner/utils.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/worker/settings.py +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred_oss.egg-info/SOURCES.txt +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred_oss.egg-info/dependency_links.txt +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred_oss.egg-info/entry_points.txt +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred_oss.egg-info/requires.txt +0 -0
- {fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred_oss.egg-info/top_level.txt +0 -0
|
@@ -61,7 +61,7 @@ class FredKeyVal(ComponentInterface):
|
|
|
61
61
|
return (
|
|
62
62
|
key
|
|
63
63
|
for key in cls._srv.client._memstore_keyval.keys()
|
|
64
|
-
if fnmatch.fnmatch(key,
|
|
64
|
+
if fnmatch.fnmatch(key, pat=pattern)
|
|
65
65
|
)
|
|
66
66
|
case ServiceCatalog.MINIO:
|
|
67
67
|
import fnmatch
|
|
@@ -73,13 +73,19 @@ class FredKeyVal(ComponentInterface):
|
|
|
73
73
|
)
|
|
74
74
|
if not bucket_name:
|
|
75
75
|
raise ValueError("Missing bucket info to list keys in MinIO service.")
|
|
76
|
+
obj_list_extras = {
|
|
77
|
+
"prefix": kwargs.pop("prefix", ""),
|
|
78
|
+
"shallow": kwargs.pop("shallow", False),
|
|
79
|
+
}
|
|
76
80
|
return (
|
|
77
81
|
key
|
|
78
|
-
for
|
|
79
|
-
if fnmatch.fnmatch(
|
|
82
|
+
for key in cls._srv.objects(bucket_name, **obj_list_extras)
|
|
83
|
+
if fnmatch.fnmatch(key, pat=pattern)
|
|
80
84
|
)
|
|
81
85
|
case _:
|
|
82
86
|
raise NotImplementedError(f"Keys method not implemented for service {cls._nme}")
|
|
87
|
+
if kwargs:
|
|
88
|
+
logger.warning(f"Additional kwargs ignored: {kwargs}")
|
|
83
89
|
|
|
84
90
|
def set(self, value: str, key: Optional[str] = None, **kwargs) -> None:
|
|
85
91
|
"""Sets a key-value pair in the store.
|
|
@@ -135,8 +141,10 @@ class FredKeyVal(ComponentInterface):
|
|
|
135
141
|
)
|
|
136
142
|
case _:
|
|
137
143
|
raise NotImplementedError(f"Set method not implemented for service {self._nme}")
|
|
144
|
+
if kwargs:
|
|
145
|
+
logger.warning(f"Additional kwargs ignored: {kwargs}")
|
|
138
146
|
|
|
139
|
-
def get(self, key: Optional[str] = None, fail: bool = False) -> Optional[str]:
|
|
147
|
+
def get(self, key: Optional[str] = None, fail: bool = False, **kwargs) -> Optional[str]:
|
|
140
148
|
"""Gets the value associated with a key from the store.
|
|
141
149
|
The implementation of this method depends on the underlying service.
|
|
142
150
|
For example, if the service is Redis, it uses the GET command to retrieve the
|
|
@@ -173,21 +181,32 @@ class FredKeyVal(ComponentInterface):
|
|
|
173
181
|
raise KeyError(f"Object {object_name} not found in bucket {bucket_name}.")
|
|
174
182
|
return None
|
|
175
183
|
try:
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
184
|
+
if kwargs.pop("presigned_url", False):
|
|
185
|
+
result = self._srv.object_presigned_url(bucket_name, object_name, **kwargs)
|
|
186
|
+
else:
|
|
187
|
+
response = self._srv.client.get_object(bucket_name, object_name)
|
|
188
|
+
result_bytes = response.read()
|
|
189
|
+
try:
|
|
190
|
+
# This should work for most cases where original text data was stored (e.g., JSON, YAML, CSVs, etc.)
|
|
191
|
+
result = result_bytes.decode("utf-8")
|
|
192
|
+
except UnicodeDecodeError:
|
|
193
|
+
import base64
|
|
194
|
+
# This should work for binary data (e.g., images, PDFs, etc.)
|
|
195
|
+
result = base64.b64encode(result_bytes).decode("ascii")
|
|
196
|
+
finally:
|
|
197
|
+
response.close()
|
|
198
|
+
response.release_conn()
|
|
179
199
|
except Exception as e:
|
|
180
200
|
logger.error(f"Error retrieving object {object_name} from bucket {bucket_name}: {e}")
|
|
181
201
|
result = None
|
|
182
202
|
if fail:
|
|
183
203
|
raise KeyError(f"Object {object_name} not found in bucket {bucket_name}.")
|
|
184
|
-
finally:
|
|
185
|
-
response.close()
|
|
186
|
-
response.release_conn()
|
|
187
204
|
case _:
|
|
188
205
|
raise NotImplementedError(f"Get method not implemented for service {self._nme}")
|
|
189
206
|
if fail and result is None:
|
|
190
207
|
raise KeyError(f"Key {key} not found.")
|
|
208
|
+
if kwargs:
|
|
209
|
+
logger.warning(f"Additional kwargs ignored: {kwargs}")
|
|
191
210
|
return result
|
|
192
211
|
|
|
193
212
|
def delete(self, key: Optional[str] = None) -> None:
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import datetime as dt
|
|
2
|
+
from typing import Iterator
|
|
3
|
+
|
|
1
4
|
from minio import Minio
|
|
2
5
|
|
|
3
6
|
from fred.settings import logger_manager
|
|
@@ -38,12 +41,12 @@ class MinioService(ServiceInterface[Minio]):
|
|
|
38
41
|
for bucket in self.client.list_buckets()
|
|
39
42
|
]
|
|
40
43
|
|
|
41
|
-
def objects(self, bucket_name: str, prefix: str = "", shallow: bool = False) ->
|
|
44
|
+
def objects(self, bucket_name: str, prefix: str = "", shallow: bool = False) -> Iterator[str]:
|
|
42
45
|
"""List all objects in a specific bucket in the MinIO instance."""
|
|
43
|
-
return
|
|
46
|
+
return (
|
|
44
47
|
obj.object_name
|
|
45
48
|
for obj in self.client.list_objects(bucket_name, prefix=prefix, recursive=not shallow)
|
|
46
|
-
|
|
49
|
+
)
|
|
47
50
|
|
|
48
51
|
def bucket_exists(self, bucket_name: str) -> bool:
|
|
49
52
|
"""Check if a bucket exists in the MinIO instance."""
|
|
@@ -62,6 +65,15 @@ class MinioService(ServiceInterface[Minio]):
|
|
|
62
65
|
"metadata": stat.metadata,
|
|
63
66
|
}
|
|
64
67
|
|
|
68
|
+
def object_presigned_url(self, bucket_name: str, object_name: str, expiration_hours: int = 6, **kwargs) -> str:
|
|
69
|
+
"""Generate a presigned URL for an object in a specific bucket in the MinIO instance."""
|
|
70
|
+
return self.client.presigned_get_object(
|
|
71
|
+
bucket_name=bucket_name,
|
|
72
|
+
object_name=object_name,
|
|
73
|
+
expires=dt.timedelta(hours=expiration_hours),
|
|
74
|
+
**kwargs,
|
|
75
|
+
)
|
|
76
|
+
|
|
65
77
|
def object_exists(self, bucket_name: str, object_name: str) -> bool:
|
|
66
78
|
"""Check if an object exists in a specific bucket in the MinIO instance."""
|
|
67
79
|
from minio.error import S3Error
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.59.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.57.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/templates/public_ro.json
RENAMED
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/dao/service/_minio/policy/templates/public_rw.json
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/16.4LTS.json
RENAMED
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/__init__.py
RENAMED
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/runtimes/scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/wrappers/__init__.py
RENAMED
|
File without changes
|
{fred_oss-0.57.0 → fred_oss-0.59.0}/src/main/fred/integrations/databricks/wrappers/dbutils.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|