ygg 0.1.17__tar.gz → 0.1.18__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.
- {ygg-0.1.17 → ygg-0.1.18}/PKG-INFO +1 -1
- {ygg-0.1.17 → ygg-0.1.18}/pyproject.toml +1 -1
- {ygg-0.1.17 → ygg-0.1.18}/src/ygg.egg-info/PKG-INFO +1 -1
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/compute/execution_context.py +2 -5
- {ygg-0.1.17 → ygg-0.1.18}/README.md +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/setup.cfg +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/ygg.egg-info/SOURCES.txt +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/ygg.egg-info/dependency_links.txt +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/ygg.egg-info/requires.txt +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/ygg.egg-info/top_level.txt +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/compute/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/compute/cluster.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/compute/remote.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/jobs/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/jobs/config.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/sql/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/sql/engine.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/sql/exceptions.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/sql/statement_result.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/sql/types.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/workspaces/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/workspaces/databricks_path.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/databricks/workspaces/workspace.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/dataclasses/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/dataclasses/dataclass.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/databrickslib.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/extensions/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/extensions/polars_extensions.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/extensions/spark_extensions.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/pandaslib.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/polarslib.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/libs/sparklib.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/pyutils/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/pyutils/exceptions.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/pyutils/modules.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/pyutils/parallel.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/pyutils/retry.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/requests/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/requests/msal.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/requests/session.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/ser/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/ser/callable_serde.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/__init__.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/arrow_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/cast_options.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/pandas_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/polars_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/polars_pandas_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/registry.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/spark_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/spark_pandas_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/cast/spark_polars_cast.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/libs.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/python_arrow.py +0 -0
- {ygg-0.1.17 → ygg-0.1.18}/src/yggdrasil/types/python_defaults.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ygg
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.18
|
|
4
4
|
Summary: Type-friendly utilities for moving data between Python objects, Arrow, Polars, Pandas, Spark, and Databricks
|
|
5
5
|
Author: Yggdrasil contributors
|
|
6
6
|
Project-URL: Homepage, https://github.com/Platob/Yggdrasil
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ygg"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.18"
|
|
8
8
|
description = "Type-friendly utilities for moving data between Python objects, Arrow, Polars, Pandas, Spark, and Databricks"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
license = { file = "LICENSE" }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ygg
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.18
|
|
4
4
|
Summary: Type-friendly utilities for moving data between Python objects, Arrow, Polars, Pandas, Spark, and Databricks
|
|
5
5
|
Author: Yggdrasil contributors
|
|
6
6
|
Project-URL: Homepage, https://github.com/Platob/Yggdrasil
|
|
@@ -10,12 +10,9 @@ import re
|
|
|
10
10
|
import sys
|
|
11
11
|
import threading
|
|
12
12
|
import zipfile
|
|
13
|
-
from pickle import UnpicklingError
|
|
14
13
|
from types import ModuleType
|
|
15
14
|
from typing import TYPE_CHECKING, Optional, Any, Callable, List, Dict, Union, Iterable
|
|
16
15
|
|
|
17
|
-
from mypy.checker import Mapping
|
|
18
|
-
|
|
19
16
|
from ...libs.databrickslib import databricks_sdk
|
|
20
17
|
from ...pyutils.exceptions import raise_parsed_traceback
|
|
21
18
|
from ...pyutils.modules import resolve_local_lib_path
|
|
@@ -37,11 +34,11 @@ logger = logging.getLogger(__name__)
|
|
|
37
34
|
@dc.dataclass
|
|
38
35
|
class RemoteMetadata:
|
|
39
36
|
site_packages_path: Optional[str] = dc.field(default=None)
|
|
40
|
-
os_env:
|
|
37
|
+
os_env: Dict[str, str] = dc.field(default_factory=dict)
|
|
41
38
|
|
|
42
39
|
def os_env_diff(
|
|
43
40
|
self,
|
|
44
|
-
current: Optional[
|
|
41
|
+
current: Optional[Dict] = None
|
|
45
42
|
):
|
|
46
43
|
if current is None:
|
|
47
44
|
current = os.environ
|
|
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
|