omnata-plugin-runtime 0.8.0a192__py3-none-any.whl → 0.8.0a193__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- omnata_plugin_runtime/logging.py +2 -1
- {omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/WHEEL +0 -0
omnata_plugin_runtime/logging.py
CHANGED
@@ -8,6 +8,7 @@ from logging import Logger, getLogger
|
|
8
8
|
from typing import Dict, List, Optional
|
9
9
|
from snowflake.snowpark import Session
|
10
10
|
from pydantic import ValidationError
|
11
|
+
from snowflake import telemetry
|
11
12
|
from opentelemetry import trace
|
12
13
|
|
13
14
|
|
@@ -34,7 +35,7 @@ class CustomLoggerAdapter(logging.LoggerAdapter):
|
|
34
35
|
kwargs["extra"] = extra
|
35
36
|
return msg, kwargs
|
36
37
|
|
37
|
-
logger = CustomLoggerAdapter(getLogger("
|
38
|
+
logger = CustomLoggerAdapter(getLogger("omnata_plugin"), {})
|
38
39
|
|
39
40
|
def log_exception(exception: Exception, logger_instance: Logger):
|
40
41
|
"""
|
{omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/RECORD
RENAMED
@@ -2,11 +2,11 @@ omnata_plugin_runtime/__init__.py,sha256=MS9d1whnfT_B3-ThqZ7l63QeC_8OEKTuaYV5wTw
|
|
2
2
|
omnata_plugin_runtime/api.py,sha256=tVi4KLL0v5N3yz3Ie0kSyFemryu572gCbtSRfWN6wBU,6523
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=uMGMqKYy4XmntX1ROungUwTJXeY2ciczAb_PtRCFZZI,38441
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=ueodN2GIMS5N9fqebpY4uNGJnjEb9HcuaVQVfWH-cGg,19838
|
5
|
-
omnata_plugin_runtime/logging.py,sha256
|
5
|
+
omnata_plugin_runtime/logging.py,sha256=-8BqjgIOhmAFlHz0U_n4YPPme_YvjXyFDjtpbkbS9c8,4410
|
6
6
|
omnata_plugin_runtime/omnata_plugin.py,sha256=aggjb_CTTjhgqjS8CHPOm4ENU0jNcYoT6LC8yI1IeF4,130048
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=LZHwOsacZmS6JtzNM3OsLvpYyVo_UP0DaCWDWDxrJ0w,32756
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=6fn_h2vxcHbqqiW-OZ6FKfNYv_XlNvorsrCknVce2PA,25929
|
9
|
-
omnata_plugin_runtime-0.8.
|
10
|
-
omnata_plugin_runtime-0.8.
|
11
|
-
omnata_plugin_runtime-0.8.
|
12
|
-
omnata_plugin_runtime-0.8.
|
9
|
+
omnata_plugin_runtime-0.8.0a193.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
10
|
+
omnata_plugin_runtime-0.8.0a193.dist-info/METADATA,sha256=oMhjg3-Ms9WMHfnSk-IMhpUDbdNOvPhy2gVd0OHYTgE,2148
|
11
|
+
omnata_plugin_runtime-0.8.0a193.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
12
|
+
omnata_plugin_runtime-0.8.0a193.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.8.0a192.dist-info → omnata_plugin_runtime-0.8.0a193.dist-info}/WHEEL
RENAMED
File without changes
|