We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0ad5e commit bf4ffd4Copy full SHA for bf4ffd4
src/PowerPlatform/Dataverse/data/_odata.py
@@ -36,7 +36,6 @@
36
37
from ..__version__ import __version__ as _SDK_VERSION
38
39
-
40
_USER_AGENT = f"DataverseSvcPythonClient:{_SDK_VERSION}"
41
_GUID_RE = re.compile(r"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}")
42
_CALL_SCOPE_CORRELATION_ID: ContextVar[Optional[str]] = ContextVar("_CALL_SCOPE_CORRELATION_ID", default=None)
0 commit comments