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 3d0e55b commit f02bf2dCopy full SHA for f02bf2d
src/posit/connect/external/databricks.py
@@ -87,8 +87,8 @@ def __call__(self) -> Dict[str, str]:
87
class WorkbenchStrategy(CredentialsStrategy):
88
"""
89
90
- def __init__(self, config: Config = Config(profile="workbench")):
91
- self._config = config
+ def __init__(self, config: Config):
+ self._config = config or Config("workbench")
92
93
def auth_type(self) -> str:
94
return POSIT_WORKBENCH_AUTH_TYPE
0 commit comments