moose-lib 0.6.97__py3-none-any.whl → 0.6.99__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.

@@ -54,11 +54,12 @@ class IngestPipelineConfig(BaseModel):
54
54
  DeprecationWarning,
55
55
  stacklevel=3
56
56
  )
57
+ # Make a copy first to avoid mutating the original dictionary
58
+ data = data.copy()
57
59
  # If ingest_api is not explicitly set, use the ingest value
58
60
  if 'ingest_api' not in data:
59
61
  data['ingest_api'] = data['ingest']
60
62
  # Remove the legacy parameter
61
- data = data.copy()
62
63
  del data['ingest']
63
64
  return data
64
65
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moose_lib
3
- Version: 0.6.97
3
+ Version: 0.6.99
4
4
  Home-page: https://www.fiveonefour.com/moose
5
5
  Author: Fiveonefour Labs Inc.
6
6
  Author-email: support@fiveonefour.com
@@ -16,7 +16,7 @@ moose_lib/dmv2/__init__.py,sha256=3DVAtNMZUoP94CMJBFhuXfYEQXDbQUNKSgg9XnKqae0,27
16
16
  moose_lib/dmv2/_registry.py,sha256=gsLuWOvekgQRVvjVjPRHW2hN48LWyOWpLSpS2I-CWHc,708
17
17
  moose_lib/dmv2/consumption.py,sha256=sWfGwgCBQIIrhFEbx1CULfoN3rFFoy8uCBUefu4ejiw,12928
18
18
  moose_lib/dmv2/ingest_api.py,sha256=XhvHHgGPXp-BuRpAALth-FRhanwy-zJQ_83Cg_RLolM,2586
19
- moose_lib/dmv2/ingest_pipeline.py,sha256=oJnCiHjtSbGkuyiLGxezygDWmlBuKSBX0OLZkae6xdw,8385
19
+ moose_lib/dmv2/ingest_pipeline.py,sha256=R8NRrfD9zkEzwWEJKIrNL9Nk18DdGc7wdAakae_2-7o,8459
20
20
  moose_lib/dmv2/life_cycle.py,sha256=wl0k6yzwU1MJ_fO_UkN29buoY5G6ChYZvfwigP9fVfM,1254
21
21
  moose_lib/dmv2/materialized_view.py,sha256=wTam1V5CC2rExt7YrdK_Cz4rRTONm2keKOF951LlCP4,4875
22
22
  moose_lib/dmv2/olap_table.py,sha256=YY5zgMrijPnRDaEkM5DbnqSzVRcP8s2bHCFFXISrUE0,34062
@@ -36,7 +36,7 @@ tests/test_moose.py,sha256=mBsx_OYWmL8ppDzL_7Bd7xR6qf_i3-pCIO3wm2iQNaA,2136
36
36
  tests/test_query_builder.py,sha256=O3imdFSaqU13kbK1jSQaHbBgynhVmJaApT8DlRqYwJU,1116
37
37
  tests/test_redis_client.py,sha256=d9_MLYsJ4ecVil_jPB2gW3Q5aWnavxmmjZg2uYI3LVo,3256
38
38
  tests/test_s3queue_config.py,sha256=F05cnD61S2wBKPabcpEJxf55-DJGF4nLqwBb6aFbprc,9741
39
- moose_lib-0.6.97.dist-info/METADATA,sha256=B64M4jG3f6MEr4JA4kuLPhBEalkWq4kjDHDsMTaQQ0M,766
40
- moose_lib-0.6.97.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
- moose_lib-0.6.97.dist-info/top_level.txt,sha256=XEns2-4aCmGp2XjJAeEH9TAUcGONLnSLy6ycT9FSJh8,16
42
- moose_lib-0.6.97.dist-info/RECORD,,
39
+ moose_lib-0.6.99.dist-info/METADATA,sha256=KSUeHn0DQHS2VkffZr-Ts_S1pAYgyUtg_C2kJGMd30M,766
40
+ moose_lib-0.6.99.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
41
+ moose_lib-0.6.99.dist-info/top_level.txt,sha256=XEns2-4aCmGp2XjJAeEH9TAUcGONLnSLy6ycT9FSJh8,16
42
+ moose_lib-0.6.99.dist-info/RECORD,,