v0.10.0
Fixed
- Initial data modeling takes into account entity pool generation step
- Fixed bug where some filepaths break saving content to file
Changed
- All data input to Discovery is converted to TableCollection class
- Discovery generated content is contained in Table on
discovery_content
attribute - Discovery file output is handled on Table and TableCollection classes instead of Discovery class
- Data Modeling prompts have been significantly refactored and organized into a consistent format
Added
- Add
verbose
arg toPyIngest
to suppress progress printing - Multi file support for Discovery process (EXPERIMENTAL)
- parameters in
discovery.run()
anddiscovery.run_async()
to control process - async capability to improve response time for multi file
- parameters in
- Multi file support for Data Modeling process (EXPERIMENTAL)
- Cypher generation support for relationships spanning across different files
What's Changed
- update docs examples by @a-s-g93 in #114
- Add Example Notebooks by @djb91 in #118
- Updated README files by @djb91 in #119
- multi file input for discovery and data modeling - experimental by @a-s-g93 in #123
- prep v0.10 by @a-s-g93 in #124
Full Changelog: v0.9.1...v0.10.0