File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ This may lead to instability when using dbx API methods directly.
12
12
13
13
## [ UNRELEASED] - YYYY-MM-DD
14
14
15
+ ## [ 0.8.18] - 2023-07-14
16
+
17
+ ### Fixed
18
+
19
+ - Added support for other property types in DLT libraries
20
+
15
21
## [ 0.8.17] - 2023-06-18
16
22
17
23
### Fixed
Original file line number Diff line number Diff line change 1
- __version__ = "0.8.17 "
1
+ __version__ = "0.8.18 "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class NotebookLibrary(FlexibleModel):
31
31
32
32
33
33
class PipelineLibrary (FlexibleModel ):
34
- notebook : NotebookLibrary
34
+ notebook : Optional [ NotebookLibrary ] # this is optional to allow passing other properties, e.g. jar and maven
35
35
36
36
37
37
class Pipeline (AccessControlMixin ):
You can’t perform that action at this time.
0 commit comments