Ross
Ross
Hi, We are using zeep in a Flask application and are creating a new zeep client for each incoming request. We have found that it is very slow to initialise...
# Pull request outline ## Checklist: - [ ] Docs updated - [ ] Tests written - [ ] Check for breaking changes in Resource - [ ] Version bumped...
## What changes are proposed in this pull request? Fixes https://github.com/databricks/databricks-sdk-py/issues/1046 Currently any `retry_timeout_seconds` passed into the `Config` is not passed along to other methods or properties, such as `oidc_endpoints`....
**Description** I am trying to use OAuth M2M authentication as mentioned in the [Databricks SQL Connector for Python docs](https://docs.databricks.com/aws/en/dev-tools/python-sql-connector#oauth-machine-to-machine-m2m-authentication). In the code example, it suggests creating a `Config` object as...