omnata-plugin-runtime 0.5.7a154__tar.gz → 0.5.7a155__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/PKG-INFO +1 -1
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/pyproject.toml +1 -1
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/omnata_plugin.py +3 -1
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/LICENSE +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/README.md +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/rate_limiting.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "omnata-plugin-runtime"
|
3
|
-
version = "0.5.7-
|
3
|
+
version = "0.5.7-a155"
|
4
4
|
description = "Classes and common runtime components for building and running Omnata Plugins"
|
5
5
|
authors = ["James Weakley <james.weakley@omnata.com>"]
|
6
6
|
readme = "README.md"
|
@@ -2416,7 +2416,9 @@ def find_udtf_classes(path:str = '.') -> List[UDTFDefinition]:
|
|
2416
2416
|
if hasattr(obj, '_is_omnata_udtf'):
|
2417
2417
|
matching_classes.append(UDTFDefinition(
|
2418
2418
|
name=obj._omnata_udtf_name,
|
2419
|
-
|
2419
|
+
language='python',
|
2420
|
+
runtime_version='3.10',
|
2421
|
+
imports=['/app.zip'],
|
2420
2422
|
description=obj._omnata_udtf_description,
|
2421
2423
|
params=obj._omnata_udtf_params,
|
2422
2424
|
result_columns=obj._omnata_udtf_result_columns,
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.5.7a154 → omnata_plugin_runtime-0.5.7a155}/src/omnata_plugin_runtime/api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|