laketower 0.5.0__py3-none-any.whl → 0.5.1__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 laketower might be problematic. Click here for more details.
- laketower/__about__.py +1 -1
- laketower/tables.py +1 -1
- {laketower-0.5.0.dist-info → laketower-0.5.1.dist-info}/METADATA +9 -9
- {laketower-0.5.0.dist-info → laketower-0.5.1.dist-info}/RECORD +7 -7
- {laketower-0.5.0.dist-info → laketower-0.5.1.dist-info}/WHEEL +0 -0
- {laketower-0.5.0.dist-info → laketower-0.5.1.dist-info}/entry_points.txt +0 -0
- {laketower-0.5.0.dist-info → laketower-0.5.1.dist-info}/licenses/LICENSE +0 -0
laketower/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.5.
|
|
1
|
+
__version__ = "0.5.1"
|
laketower/tables.py
CHANGED
|
@@ -72,7 +72,7 @@ class DeltaTable:
|
|
|
72
72
|
)
|
|
73
73
|
|
|
74
74
|
def schema(self) -> pa.Schema:
|
|
75
|
-
return self._impl.schema().
|
|
75
|
+
return pa.schema(self._impl.schema().to_arrow()) # type: ignore[arg-type]
|
|
76
76
|
|
|
77
77
|
def history(self) -> TableHistory:
|
|
78
78
|
delta_history = self._impl.history()
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: laketower
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: Oversee your lakehouse
|
|
5
5
|
Project-URL: Repository, https://github.com/datalpia/laketower
|
|
6
6
|
Project-URL: Issues, https://github.com/datalpia/laketower/issues
|
|
7
|
-
Project-URL: Changelog, https://github.com/datalpia/laketower/blob/
|
|
7
|
+
Project-URL: Changelog, https://github.com/datalpia/laketower/blob/main/CHANGELOG.md
|
|
8
8
|
Author-email: Romain Clement <git@romain-clement.net>
|
|
9
9
|
License: Apache-2.0
|
|
10
10
|
License-File: LICENSE
|
|
@@ -22,7 +22,7 @@ Classifier: Topic :: Database
|
|
|
22
22
|
Classifier: Topic :: Software Development
|
|
23
23
|
Classifier: Topic :: Utilities
|
|
24
24
|
Requires-Python: <3.14,>=3.10
|
|
25
|
-
Requires-Dist: deltalake
|
|
25
|
+
Requires-Dist: deltalake<2,>=1
|
|
26
26
|
Requires-Dist: duckdb
|
|
27
27
|
Requires-Dist: fastapi
|
|
28
28
|
Requires-Dist: jinja2!=3.1.5,>=3
|
|
@@ -148,12 +148,12 @@ $ laketower -c demo/laketower.yml web
|
|
|
148
148
|
|
|
149
149
|
#### Screenshots
|
|
150
150
|
|
|
151
|
-

|
|
152
|
-

|
|
153
|
-

|
|
154
|
-

|
|
155
|
-

|
|
156
|
-

|
|
151
|
+

|
|
152
|
+

|
|
153
|
+

|
|
154
|
+

|
|
155
|
+

|
|
156
|
+

|
|
157
157
|
|
|
158
158
|
### CLI
|
|
159
159
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
laketower/__about__.py,sha256=
|
|
1
|
+
laketower/__about__.py,sha256=eZ1bOun1DDVV0YLOBW4wj2FP1ajReLjbIrGmzN7ASBw,22
|
|
2
2
|
laketower/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
laketower/__main__.py,sha256=czKxJKG8OfncnxWmpaOWx7b1JBwFnZNQi7wKSTncB4M,108
|
|
4
4
|
laketower/cli.py,sha256=U4gI12egcOs51wxjmQlU70XhA2QGcowc0AmTYpUKEFE,11962
|
|
5
5
|
laketower/config.py,sha256=NdUDF7lr2hEW9Gujp0OpkOKcDP46ju1y_r0IM4Hrx2M,1100
|
|
6
|
-
laketower/tables.py,sha256=
|
|
6
|
+
laketower/tables.py,sha256=Y-9kf6rwNbAVFgxzm6hAFlEMxGMqHyv7RiveDgMBNf4,4437
|
|
7
7
|
laketower/web.py,sha256=5NMKj26aVz3cKnUAe-3sLDJ_4Ue3u0VXhATrDQ8GVF8,7205
|
|
8
8
|
laketower/static/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
laketower/templates/_base.html,sha256=S-8kjAfYBx3Btb4FwzM2qyfkGYrOBHhpvCWR32mCvOw,3729
|
|
@@ -15,8 +15,8 @@ laketower/templates/tables/index.html,sha256=oY13l_p8qozlLONanLpga1WhEo4oTP92pRf
|
|
|
15
15
|
laketower/templates/tables/query.html,sha256=YAFnW8Q5abDsbeglFHHZmJfGJXPjI2s4Nxf6gF_-Eg0,1360
|
|
16
16
|
laketower/templates/tables/statistics.html,sha256=rgIOuF2PlHo2jvcYDAnxa5ObNortwyALlrURpM7qxMw,1714
|
|
17
17
|
laketower/templates/tables/view.html,sha256=psfeRKkN19Q3Ko5Sm2570qRhehvuoEBPG89zFU5KQlc,3872
|
|
18
|
-
laketower-0.5.
|
|
19
|
-
laketower-0.5.
|
|
20
|
-
laketower-0.5.
|
|
21
|
-
laketower-0.5.
|
|
22
|
-
laketower-0.5.
|
|
18
|
+
laketower-0.5.1.dist-info/METADATA,sha256=OrkW0OD9bJ6JnIaPlyEmGJAU8pEWuJrCg9kJRVjwnCY,21353
|
|
19
|
+
laketower-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
20
|
+
laketower-0.5.1.dist-info/entry_points.txt,sha256=OL_4klopvyEzasJOFJ-sKu54lv24Jvomni32h1WVUjk,48
|
|
21
|
+
laketower-0.5.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
22
|
+
laketower-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|