omnata-plugin-runtime 0.5.7a134__tar.gz → 0.5.7a135__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/PKG-INFO +1 -1
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/pyproject.toml +1 -1
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/omnata_plugin.py +4 -4
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/LICENSE +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/README.md +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/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-a135"
|
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"
|
@@ -2232,16 +2232,16 @@ def get_nested_value(nested_dict:Dict, keys:List[str]):
|
|
2232
2232
|
|
2233
2233
|
@dataclass
|
2234
2234
|
class SnowflakeFunctionParameter:
|
2235
|
-
|
2235
|
+
name: str
|
2236
2236
|
description: str
|
2237
|
-
|
2237
|
+
data_type: str
|
2238
2238
|
has_default_value: bool = False
|
2239
2239
|
default_value_clause: Optional[str] = None
|
2240
2240
|
|
2241
2241
|
@dataclass
|
2242
2242
|
class SnowflakeUDTFResultColumn:
|
2243
|
-
|
2244
|
-
|
2243
|
+
name: str
|
2244
|
+
data_type: str
|
2245
2245
|
description: str
|
2246
2246
|
|
2247
2247
|
def consumer_udtf(
|
File without changes
|
File without changes
|
File without changes
|
{omnata_plugin_runtime-0.5.7a134 → omnata_plugin_runtime-0.5.7a135}/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
|