moose-lib 0.6.30__py3-none-any.whl → 0.6.32__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 moose-lib might be problematic. Click here for more details.

File without changes
@@ -0,0 +1,10 @@
1
+ def quote_identifier(name: str) -> str:
2
+ """Quote a ClickHouse identifier with backticks if not already quoted.
3
+
4
+ Backticks allow special characters (e.g., hyphens) in identifiers.
5
+ """
6
+ if name.startswith("`") and name.endswith("`"):
7
+ return name
8
+ return f"`{name}`"
9
+
10
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moose_lib
3
- Version: 0.6.30
3
+ Version: 0.6.32
4
4
  Home-page: https://www.fiveonefour.com/moose
5
5
  Author: Fiveonefour Labs Inc.
6
6
  Author-email: support@fiveonefour.com
@@ -27,11 +27,13 @@ moose_lib/dmv2/view.py,sha256=fVbfbJgc2lvhjpGvpfKcFUqZqxKuLD4X59jdupxIe94,1350
27
27
  moose_lib/dmv2/workflow.py,sha256=_FY4-VRo7uWxRtoipxGSo04qzBb4pbP30iQei1W0Ios,6287
28
28
  moose_lib/streaming/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  moose_lib/streaming/streaming_function_runner.py,sha256=qVWm29f2oSPd5pT2-0WwUbM4Esnci8f6ZJ613OqsPQo,23579
30
+ moose_lib/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
+ moose_lib/utilities/sql.py,sha256=MOTyudHUP5BieNu42yxEfPeKPxZh8dqexTRosb39brk,292
30
32
  tests/__init__.py,sha256=0Gh4yzPkkC3TzBGKhenpMIxJcRhyrrCfxLSfpTZnPMQ,53
31
33
  tests/conftest.py,sha256=ZVJNbnr4DwbcqkTmePW6U01zAzE6QD0kNAEZjPG1f4s,169
32
34
  tests/test_moose.py,sha256=mBsx_OYWmL8ppDzL_7Bd7xR6qf_i3-pCIO3wm2iQNaA,2136
33
35
  tests/test_redis_client.py,sha256=d9_MLYsJ4ecVil_jPB2gW3Q5aWnavxmmjZg2uYI3LVo,3256
34
- moose_lib-0.6.30.dist-info/METADATA,sha256=AVsgpQXdOjkpdhV3ZuZvF17LvPZrR_6ldVPc_U3RI7s,730
35
- moose_lib-0.6.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
36
- moose_lib-0.6.30.dist-info/top_level.txt,sha256=XEns2-4aCmGp2XjJAeEH9TAUcGONLnSLy6ycT9FSJh8,16
37
- moose_lib-0.6.30.dist-info/RECORD,,
36
+ moose_lib-0.6.32.dist-info/METADATA,sha256=uX8J_1Jn_3LrA3ZaKm4Uqtr8axNQ3Tce6y1iu36m0V0,730
37
+ moose_lib-0.6.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
+ moose_lib-0.6.32.dist-info/top_level.txt,sha256=XEns2-4aCmGp2XjJAeEH9TAUcGONLnSLy6ycT9FSJh8,16
39
+ moose_lib-0.6.32.dist-info/RECORD,,