omnata-plugin-runtime 0.5.7a129__py3-none-any.whl → 0.5.7a130__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- omnata_plugin_runtime/omnata_plugin.py +1 -0
- {omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/WHEEL +0 -0
@@ -2226,6 +2226,7 @@ def get_nested_value(nested_dict:Dict, keys:List[str]):
|
|
2226
2226
|
def consumer_udtf(param_docs: Dict[str, Dict[str, Any]]):
|
2227
2227
|
def class_decorator(cls):
|
2228
2228
|
# Get the original 'process' method from the class
|
2229
|
+
cls._is_omnata_consumer_udtf = True
|
2229
2230
|
original_process = getattr(cls, 'process')
|
2230
2231
|
sig = signature(original_process)
|
2231
2232
|
params = sig.parameters
|
{omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/RECORD
RENAMED
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=FxzTqri4no8ClkOm7vZADG8aD47jcGBCTTQDEORmOJM,
|
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=TI6GaVFhewVawBCaYN34GujY57qEP6q2nik4YpSEk5s,38100
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=GzSPEwcijsoPCXEO1mHiE8ylvX_KSE5TkhwqkymA2Ss,19755
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
|
6
|
-
omnata_plugin_runtime/omnata_plugin.py,sha256=
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=jznVOLsrJbeta_50c21Ab2SNfwP79-WkXcBJ4BNHNkY,115179
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=PFSLsYEVnWHVvSoOYTtTK2JY6pp6_8_eYP53WqLRiPE,27975
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=DVQ_bc-mVLBkrU1PTns1MWXhHiLpSB5HkWCcdePtJ2A,25611
|
9
|
-
omnata_plugin_runtime-0.5.
|
10
|
-
omnata_plugin_runtime-0.5.
|
11
|
-
omnata_plugin_runtime-0.5.
|
12
|
-
omnata_plugin_runtime-0.5.
|
9
|
+
omnata_plugin_runtime-0.5.7a130.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.5.7a130.dist-info/METADATA,sha256=bfYMu8hzQFu5-LW4ObOCXVy9KODwjxSOhPC3Zzbl87U,1985
|
11
|
+
omnata_plugin_runtime-0.5.7a130.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.5.7a130.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.5.7a129.dist-info → omnata_plugin_runtime-0.5.7a130.dist-info}/WHEEL
RENAMED
File without changes
|