We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56e9bf commit eb70efdCopy full SHA for eb70efd
1 file changed
src/PowerPlatform/Dataverse/client.py
@@ -698,4 +698,5 @@ def flush_cache(self, kind) -> int:
698
with self._scoped_odata() as od:
699
return od._flush_cache(kind)
700
701
+
702
__all__ = ["DataverseClient"]
0 commit comments