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 1852b06 commit e3a1b28Copy full SHA for e3a1b28
kedro-datasets/RELEASE.md
@@ -3,6 +3,9 @@
3
4
- Group datasets documentation according to the dependencies to clean up the nav bar.
5
6
+## Bug fixes and other changes
7
+- Add HTMLPreview type.
8
+
9
# Release 8.1.0
10
## Major features and improvements
11
kedro-datasets/kedro_datasets/_typing.py
@@ -9,3 +9,4 @@
ImagePreview = NewType("ImagePreview", str)
PlotlyPreview = NewType("PlotlyPreview", dict)
JSONPreview = NewType("JSONPreview", str)
12
+HTMLPreview = NewType("HTMLPreview", str)
0 commit comments