cloe-nessy 0.2.10__py3-none-any.whl → 0.2.11__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.
- cloe_nessy/session/session_manager.py +1 -3
- {cloe_nessy-0.2.10.dist-info → cloe_nessy-0.2.11.dist-info}/METADATA +1 -1
- {cloe_nessy-0.2.10.dist-info → cloe_nessy-0.2.11.dist-info}/RECORD +5 -5
- {cloe_nessy-0.2.10.dist-info → cloe_nessy-0.2.11.dist-info}/WHEEL +0 -0
- {cloe_nessy-0.2.10.dist-info → cloe_nessy-0.2.11.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import os
|
|
2
1
|
from enum import Enum
|
|
3
2
|
from typing import Any
|
|
4
3
|
|
|
@@ -190,5 +189,4 @@ class SessionManager:
|
|
|
190
189
|
def _get_databricks_connect_builder():
|
|
191
190
|
from databricks.connect import DatabricksSession
|
|
192
191
|
|
|
193
|
-
|
|
194
|
-
return DatabricksSession.builder.profile(selected_profile_name)
|
|
192
|
+
return DatabricksSession.builder
|
|
@@ -67,12 +67,12 @@ cloe_nessy/pipeline/actions/transform_select_columns.py,sha256=Kez8puDK7cRfhleBE
|
|
|
67
67
|
cloe_nessy/pipeline/actions/transform_union.py,sha256=TDER06IABzxvIez4bGLKCLaDA4eScpTzYRbfUzwv_RQ,2342
|
|
68
68
|
cloe_nessy/pipeline/actions/write_catalog_table.py,sha256=6yAHTX5kZviumgBW_NYVGAUin6U2nDzmic9of6wA8FY,2590
|
|
69
69
|
cloe_nessy/session/__init__.py,sha256=t7_YjUhJYW3km_FrucaUdbIl1boQtwkyhw_8yE10qzc,74
|
|
70
|
-
cloe_nessy/session/session_manager.py,sha256=
|
|
70
|
+
cloe_nessy/session/session_manager.py,sha256=rd33lSafzomuyGf1BzhyjIWuy9sXgFjr-ca7A7Sw8eo,6490
|
|
71
71
|
cloe_nessy/settings/__init__.py,sha256=ZbkneO3WaKOxon7qHFHnou7EnBOSnBFyKMDZblIEvzM,101
|
|
72
72
|
cloe_nessy/settings/settings.py,sha256=I4n129lrujriW-d8q4as2Kb4_kI932ModfZ5Ow_UpVM,3653
|
|
73
73
|
cloe_nessy/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
74
74
|
cloe_nessy/utils/file_and_directory_handler.py,sha256=r2EVt9xG81p6ScaJCwETC5an6pMT6WseB0jMOR-JlpU,602
|
|
75
|
-
cloe_nessy-0.2.
|
|
76
|
-
cloe_nessy-0.2.
|
|
77
|
-
cloe_nessy-0.2.
|
|
78
|
-
cloe_nessy-0.2.
|
|
75
|
+
cloe_nessy-0.2.11.dist-info/METADATA,sha256=ggGZFc78AgFrjarO9XcfZAQcqc-mSJKwpwozdk_frlQ,1838
|
|
76
|
+
cloe_nessy-0.2.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
77
|
+
cloe_nessy-0.2.11.dist-info/top_level.txt,sha256=Z7izn8HmQpg2wBUb-0jzaKlYKMU7Ypzuc9__9vPtW_I,11
|
|
78
|
+
cloe_nessy-0.2.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|