omnata-plugin-runtime 0.6.3a170__py3-none-any.whl → 0.6.4a171__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -2357,6 +2357,8 @@ def omnata_udtf(
2357
2357
  data_type='OBJECT',
2358
2358
  description='The connection object, obtained from calling PLUGIN.PLUGIN_CONNECTION.')] + params
2359
2359
  cls._omnata_udtf_params = params_new
2360
+ else:
2361
+ cls._omnata_udtf_params = params
2360
2362
  if len(cls._omnata_udtf_params) != len(function_params) -1:
2361
2363
  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).")
2362
2364
 
@@ -2471,6 +2473,8 @@ def omnata_udf(
2471
2473
  data_type='OBJECT',
2472
2474
  description='The connection object, obtained from calling PLUGIN.PLUGIN_CONNECTION.')] + params
2473
2475
  func._omnata_udf_params = params_new
2476
+ else:
2477
+ func._omnata_udf_params = params
2474
2478
  if len(func._omnata_udf_params) != len(function_params):
2475
2479
  raise ValueError(f"You must document all the parameters of the function in the @omnata_udf decorator in the same order ('connection_parameters' will be included automatically).")
2476
2480
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.6.3a170
3
+ Version: 0.6.4a171
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=Your2a2MBHP5gilDPBsXifn7QAFWovXVV5oYk2pzfMk,128634
6
+ omnata_plugin_runtime/omnata_plugin.py,sha256=fYeOnhLrM1Rebl8ZTAPHzw2lDF-XvSTjyWTiqilf8Bg,128752
7
7
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=-dIaNu8Z78BXGxencWQtmRvOnvU48B0uT_SuisbBalo,28504
8
8
  omnata_plugin_runtime/rate_limiting.py,sha256=JukA0l7x7Klqz2b54mR-poP7NRxpUHgWSGp6h0B8u6Q,25612
9
- omnata_plugin_runtime-0.6.3a170.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
10
- omnata_plugin_runtime-0.6.3a170.dist-info/METADATA,sha256=qO5j0Z2lh4-II225vPI4oCdgTqaOO1jEImRSCojxYo0,1985
11
- omnata_plugin_runtime-0.6.3a170.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
- omnata_plugin_runtime-0.6.3a170.dist-info/RECORD,,
9
+ omnata_plugin_runtime-0.6.4a171.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
10
+ omnata_plugin_runtime-0.6.4a171.dist-info/METADATA,sha256=ulaPQQ_9V-nI3YrB_b42fcWjMlFP5dVHt1Zy06higEY,1985
11
+ omnata_plugin_runtime-0.6.4a171.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
12
+ omnata_plugin_runtime-0.6.4a171.dist-info/RECORD,,