malevich-coretools 0.3.19__py3-none-any.whl → 0.3.20__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 malevich-coretools might be problematic. Click here for more details.

@@ -33,7 +33,7 @@ class BaseArgument(BaseModel):
33
33
 
34
34
  class Argument(BaseArgument):
35
35
  group: Optional[List[BaseArgument]] = None # for constructed dfs, sink
36
- conditions: Optional[Dict[str, bool]] = None # valid only for alternative, bindConditionId -> value, must be specified explicitly, then it will be derived from the pipeline structure
36
+ # conditions: Optional[Dict[str, bool]] = None # valid only for alternative, bindConditionId -> value, must be specified explicitly, then it will be derived from the pipeline structure
37
37
 
38
38
  def validation(self) -> None:
39
39
  if self.group is not None:
@@ -45,7 +45,8 @@ class Argument(BaseArgument):
45
45
 
46
46
 
47
47
  class AlternativeArgument(Argument):
48
- alternative: Optional[List[Argument]] = None # if set - should be only one valid argument with conditions
48
+ # alternative: Optional[List[Argument]] = None # if set - should be only one valid argument with conditions
49
+ pass
49
50
 
50
51
 
51
52
  class AppEntity(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: malevich-coretools
3
- Version: 0.3.19
3
+ Version: 0.3.20
4
4
  Author: Andrew Pogrebnoj
5
5
  Author-email: andrew@onjulius.co
6
6
  License-File: LICENSE
@@ -2,7 +2,7 @@ malevich_coretools/__init__.py,sha256=DJtPESxkCZD2SbTZTrR_x0TKDQ4MJpmBqGw5YpKYid
2
2
  malevich_coretools/utils.py,sha256=B43dLGRjEH-dtJJ6Vgjgb8uZEYhQG6VzdZWrxQPRzsU,105355
3
3
  malevich_coretools/abstract/__init__.py,sha256=8AC5ZukRGkTtN-XP14DY5z2HrJqN5LLlnmcMqvWwtWU,76
4
4
  malevich_coretools/abstract/abstract.py,sha256=bnlFn-EbSRQa4QxqGE5Z-XKjqkJg8OXd1b0U6RTNZzQ,14100
5
- malevich_coretools/abstract/pipeline.py,sha256=9k3M6Ih8kxLjIDbhZH3fVdVPU7Fd8RL6KDQiaEPQ6xo,3266
5
+ malevich_coretools/abstract/pipeline.py,sha256=AdHQIpOMZMNJt6f17MK_s2k6FM2Kc_ImAn4LJuDbZAM,3279
6
6
  malevich_coretools/abstract/statuses.py,sha256=9ISSw_evsylBshLXoU44TCoFOrZm4bXIxyAFFDqdUWc,333
7
7
  malevich_coretools/admin/__init__.py,sha256=zdIcHs3T_NZ8HYWts-O7OpBEWHIu779QDZMGF5HRCLg,35
8
8
  malevich_coretools/admin/utils.py,sha256=68fbVsZ-Rmi4YMiOirr6_i03ruT-ts7xSuUntb7JdHs,3015
@@ -20,8 +20,8 @@ malevich_coretools/secondary/kafka_utils.py,sha256=SIUnBFyfwsquN6MAUrEkKCw-1l797
20
20
  malevich_coretools/tools/__init__.py,sha256=jDxlCa5Dr6Y43qlI7JwsRAlBkKmFeTHTEnjNUvu-0iw,46
21
21
  malevich_coretools/tools/abstract.py,sha256=B1RW1FeNHrQ6r1k-cQZ4k4noCRXkIGt-JUwVoXEDkAg,4466
22
22
  malevich_coretools/tools/vast.py,sha256=63tvy70qQV9vnK0eWytlgjBGSnfA7l3kSIDgACBbMMs,12893
23
- malevich_coretools-0.3.19.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
24
- malevich_coretools-0.3.19.dist-info/METADATA,sha256=-pLEGMDXh0E3-tTlBUUBmVRMMVMRvY2kvUE9q7XkL2Q,265
25
- malevich_coretools-0.3.19.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
26
- malevich_coretools-0.3.19.dist-info/top_level.txt,sha256=wDX3s1Tso0otBPNrFRfXqyNpm48W4Bp5v6JfbITO2Z8,19
27
- malevich_coretools-0.3.19.dist-info/RECORD,,
23
+ malevich_coretools-0.3.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
24
+ malevich_coretools-0.3.20.dist-info/METADATA,sha256=2wNFKOTyLSII7sAxJQQGrH-1pMtAckGvLnZ49p11pow,265
25
+ malevich_coretools-0.3.20.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
26
+ malevich_coretools-0.3.20.dist-info/top_level.txt,sha256=wDX3s1Tso0otBPNrFRfXqyNpm48W4Bp5v6JfbITO2Z8,19
27
+ malevich_coretools-0.3.20.dist-info/RECORD,,