Skip to content

Commit e3a1b28

Browse files
authored
feat(datasets): add HTMLPreview type (#1197)
* add HTMLPreview type * add release note
1 parent 1852b06 commit e3a1b28

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

kedro-datasets/RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
- Group datasets documentation according to the dependencies to clean up the nav bar.
55

6+
## Bug fixes and other changes
7+
- Add HTMLPreview type.
8+
69
# Release 8.1.0
710
## Major features and improvements
811

kedro-datasets/kedro_datasets/_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
ImagePreview = NewType("ImagePreview", str)
1010
PlotlyPreview = NewType("PlotlyPreview", dict)
1111
JSONPreview = NewType("JSONPreview", str)
12+
HTMLPreview = NewType("HTMLPreview", str)

0 commit comments

Comments
 (0)