There was an error while loading. Please reload this page.
1 parent 6b4e8d0 commit a635139Copy full SHA for a635139
1 file changed
sdk/python/feast/embedded_go/online_features_service.py
@@ -1,3 +1,4 @@
1
+import faulthandler
2
from functools import partial
3
from pathlib import Path
4
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple, Union
@@ -51,6 +52,7 @@ def __init__(
51
52
),
53
self._transformation_callback,
54
)
55
+ faulthandler.enable()
56
57
def get_online_features(
58
self,
0 commit comments