We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dd4e3 commit 56487bbCopy full SHA for 56487bb
databricks/sdk/_widgets/__init__.py
@@ -5,6 +5,7 @@
5
6
_LOG = logging.getLogger(__name__)
7
8
+
9
class WidgetUtils(ABC):
10
11
def get(self, name: str):
databricks/sdk/errors/customizer.py
class _ErrorCustomizer(abc.ABC):
"""A customizer for errors from the Databricks REST API."""
0 commit comments