omnata-plugin-runtime 0.5.7a150__py3-none-any.whl → 0.5.7a152__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -2418,7 +2418,7 @@ def omnata_udtf(
2418
2418
  data_type='OBJECT',
2419
2419
  description='The connection object, obtained from calling PLUGIN.PLUGIN_CONNECTION.')] + params
2420
2420
  cls._omnata_udtf_params = params_new
2421
- if len(params) != len(function_params) -1:
2421
+ if len(params_new) != len(function_params) -1:
2422
2422
  raise ValueError(f"You must document all the parameters of the 'process' function in the @omnata_udtf decorator in the same order ('connection_parameters' will be included automatically).")
2423
2423
 
2424
2424
  @wraps(original_process)
@@ -2541,7 +2541,6 @@ def omnata_udf(
2541
2541
  wrapper._is_omnata_udf = True
2542
2542
  wrapper._omnata_udf_name = name
2543
2543
  wrapper._omnata_udf_description = description
2544
- wrapper._omnata_udf_params = params
2545
2544
  wrapper._omnata_udf_result_data_type = result_data_type
2546
2545
  wrapper._omnata_udf_expose_to_consumer = expose_to_consumer
2547
2546
  return wrapper
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.5.7a150
3
+ Version: 0.5.7a152
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -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=ZjSyY61PcrXkJ1HHbveGBhdQcyScYSZNpv8XoZWPKvc,127083
6
+ omnata_plugin_runtime/omnata_plugin.py,sha256=8zPo1L2oZzi2TiKG-gPw1Dl_TpdjFe0NfShtTaWTCL0,127043
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.7a150.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
- omnata_plugin_runtime-0.5.7a150.dist-info/METADATA,sha256=vxEuISmBe7XGdqp-VpY347OxXny7LHG4TIQHG8MUvl8,1985
11
- omnata_plugin_runtime-0.5.7a150.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.5.7a150.dist-info/RECORD,,
9
+ omnata_plugin_runtime-0.5.7a152.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
10
+ omnata_plugin_runtime-0.5.7a152.dist-info/METADATA,sha256=fgfCE64yxZEo33oL1ICRfvnp2RY0G4bQvBJVPbPOwDQ,1985
11
+ omnata_plugin_runtime-0.5.7a152.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.5.7a152.dist-info/RECORD,,