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.
1212
1313## [ UNRELEASED] - YYYY-MM-DD
1414
15+ ## [ 0.8.18] - 2023-07-14
16+
17+ ### Fixed
18+
19+ - Added support for other property types in DLT libraries
20+
1521## [ 0.8.17] - 2023-06-18
1622
1723### 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):
3131
3232
3333class PipelineLibrary (FlexibleModel ):
34- notebook : NotebookLibrary
34+ notebook : Optional [ NotebookLibrary ] # this is optional to allow passing other properties, e.g. jar and maven
3535
3636
3737class Pipeline (AccessControlMixin ):
You can’t perform that action at this time.
0 commit comments