You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Version changelog
2
2
3
+
## [Release] Release v0.32.3
4
+
5
+
### New Features and Improvements
6
+
7
+
* Integrate Databricks SDK with Model Serving Auth Provider ([#761](https://github.com/databricks/databricks-sdk-py/pull/761)).
8
+
9
+
10
+
### Bug Fixes
11
+
12
+
* Add DataPlane docs to the index ([#764](https://github.com/databricks/databricks-sdk-py/pull/764)).
13
+
*`mypy` error: Skipping analyzing "google": module is installed, but missing library stubs or py.typed marker ([#769](https://github.com/databricks/databricks-sdk-py/pull/769)).
14
+
15
+
16
+
17
+
## [Release] Release v0.32.2
18
+
19
+
### New Features and Improvements
20
+
21
+
* Support Models in `dbutils.fs` operations ([#750](https://github.com/databricks/databricks-sdk-py/pull/750)).
22
+
23
+
24
+
### Bug Fixes
25
+
26
+
* Do not specify --tenant flag when fetching managed identity access token from the CLI ([#748](https://github.com/databricks/databricks-sdk-py/pull/748)).
27
+
* Fix deserialization of 401/403 errors ([#758](https://github.com/databricks/databricks-sdk-py/pull/758)).
28
+
* Use correct optional typing in `WorkspaceClient` for `mypy` ([#760](https://github.com/databricks/databricks-sdk-py/pull/760)).
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+12-44Lines changed: 12 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,54 +18,22 @@ Code style is enforced by a formatter check in your pull request. We use [yapf](
18
18
## Signed Commits
19
19
This repo requires all contributors to sign their commits. To configure this, you can follow [Github's documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) to create a GPG key, upload it to your Github account, and configure your git client to sign commits.
20
20
21
-
## Sign your work
22
-
The sign-off is a simple line at the end of the explanation for the patch. Your signature certifies that you wrote the patch or otherwise have the right to pass it on as an open-source patch. The rules are pretty simple: if you can certify the below (from developercertificate.org):
21
+
## Developer Certificate of Origin
23
22
24
-
```
25
-
Developer Certificate of Origin
26
-
Version 1.1
27
-
28
-
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
29
-
1 Letterman Drive
30
-
Suite D4700
31
-
San Francisco, CA, 94129
32
-
33
-
Everyone is permitted to copy and distribute verbatim copies of this
34
-
license document, but changing it is not allowed.
35
-
36
-
37
-
Developer's Certificate of Origin 1.1
38
-
39
-
By making a contribution to this project, I certify that:
40
-
41
-
(a) The contribution was created in whole or in part by me and I
42
-
have the right to submit it under the open source license
43
-
indicated in the file; or
23
+
To contribute to this repository, you must sign off your commits to certify
24
+
that you have the right to contribute the code and that it complies with the
25
+
open source license. The rules are pretty simple, if you can certify the
26
+
content of [DCO](./DCO), then simply add a "Signed-off-by" line to your
27
+
commit message to certify your compliance. Please use your real name as
28
+
pseudonymous/anonymous contributions are not accepted.
44
29
45
-
(b) The contribution is based upon previous work that, to the best
46
-
of my knowledge, is covered under an appropriate open source
47
-
license and I have the right under that license to submit that
48
-
work with modifications, whether created in whole or in part
49
-
by me, under the same open source license (unless I am
50
-
permitted to submit under a different license), as indicated
51
-
in the file; or
52
-
53
-
(c) The contribution was provided directly to me by some other
54
-
person who certified (a), (b) or (c) and I have not modified
55
-
it.
56
-
57
-
(d) I understand and agree that this project and the contribution
58
-
are public and that a record of the contribution (including all
59
-
personal information I submit with it, including my sign-off) is
60
-
maintained indefinitely and may be redistributed consistent with
61
-
this project or the open source license(s) involved.
0 commit comments