- Added `is_optional` parameter to the `LazyNotebook.inputs` and input_table. This enhancement allows to make the `input_table` optional, preventing it from raising an exception when the specified `file_path` is missing.
0.6.6
- Added `dtflw.storage.fs.FileStorageBase.write_table` method. - Added a demo project showing how to abstract from a specific storage in notebooks.
0.6.5
- Fixed: some functions of `dtflw.databricks` used to catch and filter for `java.util.NoSuchElementException`. Filtering has been removed since it may be a different exception class.
0.6.4
- Improve validation, skip reading output table if table expected_columns are not set.
0.6.3
- Fixed bug with defining params for the act method of the notebook plugin.
0.6.2
- Add extras_require section in `setup.py` for the extra packages.