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 4ea165e commit ae5b4a3Copy full SHA for ae5b4a3
databricks/sdk/common/lro.py
@@ -12,5 +12,6 @@ def __init__(self, *, timeout: Optional[timedelta] = None):
12
"""
13
Args:
14
timeout: The timeout for the Long Running Operations.
15
+ if not set, then operation will wait forever.
16
17
self.timeout = timeout
0 commit comments