Skip to content

v2.0.0

Compare
Choose a tag to compare
@LavMatt LavMatt released this 05 Aug 10:37
· 259 commits to main since this release
55a7d6c

This is a major upversion as the following are non backwards compatible changes to the datahub client:

  • The Database entity pydantic model has had the tables attribute removed. These are now included in the relationships attribute
  • The relationships attribute of the base Entity class is now made up of a new class called EntitySummary. This includes EntityRef (what made up the previous version relationships list) and some other useful summary information for each related entity.

What's Changed

Full Changelog: v1.1.4...v2.0.0