qwak-core 0.4.213__py3-none-any.whl → 0.4.215__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.
qwak/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  """Top-level package for qwak-core."""
2
2
 
3
3
  __author__ = "Qwak.ai"
4
- __version__ = "0.4.213"
4
+ __version__ = "0.4.215"
5
5
 
6
6
  from qwak.inner.di_configuration import wire_dependencies
7
7
  from qwak.model.experiment_tracking import log_metric, log_param
@@ -421,10 +421,12 @@ class StreamingFeatureSet(BaseFeatureSet):
421
421
 
422
422
  super()._validate()
423
423
 
424
+ # verify offline_scheduling_policy was set
425
+ if not self.offline_scheduling_policy:
426
+ raise QwakException("'offline_scheduling_policy' field must be set")
427
+
424
428
  # verify the cron expression is valid
425
- if not self.offline_scheduling_policy or not croniter.croniter.is_valid(
426
- self.offline_scheduling_policy
427
- ):
429
+ if not croniter.croniter.is_valid(self.offline_scheduling_policy):
428
430
  raise QwakException(
429
431
  f"offline scheduling policy "
430
432
  f"'{self.offline_scheduling_policy}'"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qwak-core
3
- Version: 0.4.213
3
+ Version: 0.4.215
4
4
  Summary: Qwak Core contains the necessary objects and communication tools for using the Qwak Platform
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -25,7 +25,7 @@ Requires-Dist: cloudpickle (==2.2.1) ; extra == "feature-store"
25
25
  Requires-Dist: dacite (==1.8.1)
26
26
  Requires-Dist: dependency-injector (>=4.0)
27
27
  Requires-Dist: filelock
28
- Requires-Dist: frogml-storage (>=0.10.0,<0.11.0)
28
+ Requires-Dist: frogml-storage (>=0.11.0,<0.12.0)
29
29
  Requires-Dist: grpcio (>=1.57.0)
30
30
  Requires-Dist: joblib (>=1.3.2,<2.0.0)
31
31
  Requires-Dist: marshmallow-dataclass (>=8.5.8,<9.0.0)
@@ -525,7 +525,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
525
525
  _qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
526
526
  _qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
527
527
  _qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
528
- qwak/__init__.py,sha256=_3F8pp7cwKt798aiV5NU9FseMN89JQVFhSOiNZILC_k,587
528
+ qwak/__init__.py,sha256=3WraFNW_XhfSYtMEol-CO1agbCmKmp31SSvrBBcmVVM,587
529
529
  qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
530
530
  qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
531
531
  qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
@@ -686,7 +686,7 @@ qwak/feature_store/feature_sets/context.py,sha256=zV6r0O70cfM4pmxlfC6xxAtro-wBhe
686
686
  qwak/feature_store/feature_sets/execution_spec.py,sha256=SXlhgNJeFDIKvrH35ZOyjBqGUesdoxjWkPgHmm518Y0,1877
687
687
  qwak/feature_store/feature_sets/metadata.py,sha256=ckr-zr0hZgsK-tRWucMomF7Tj8XIYcp_cnNGwtMV4mA,1814
688
688
  qwak/feature_store/feature_sets/read_policies.py,sha256=ZVMRiducxfb5YbU0NQQDPb78BH5fRttsE5y2TL7Jaj4,6820
689
- qwak/feature_store/feature_sets/streaming.py,sha256=uWtltTrcBwdd3Y747exZXhFaZwT0os0dNaOgySGAQLI,25039
689
+ qwak/feature_store/feature_sets/streaming.py,sha256=QScKkdCGF8TqVJscB-8YE4s9Uu--3VT2C7KwaRUMIpw,25159
690
690
  qwak/feature_store/feature_sets/streaming_backfill.py,sha256=eb5grj467Z4xEujUpCMpmXda1_W82G7NaxR6cw_AHbQ,9584
691
691
  qwak/feature_store/feature_sets/transformations/__init__.py,sha256=TtzeMNhqxuYu8NIxqBCcGHJoA-B8389RTIHrDMvpMbw,857
692
692
  qwak/feature_store/feature_sets/transformations/aggregations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1001,6 +1001,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
1001
1001
  qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
1002
1002
  qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1003
1003
  qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
1004
- qwak_core-0.4.213.dist-info/METADATA,sha256=TyGlzevtQdGBjcaPYuUudDbvOBBcjSNazYGXbcIp2OY,2158
1005
- qwak_core-0.4.213.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
1006
- qwak_core-0.4.213.dist-info/RECORD,,
1004
+ qwak_core-0.4.215.dist-info/METADATA,sha256=Vws2fmnAa7juVNFJeNT6Ml0yKjBCAtMivzl7yTto20M,2158
1005
+ qwak_core-0.4.215.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
1006
+ qwak_core-0.4.215.dist-info/RECORD,,