Skip to content

Releases: elementary-data/elementary

v0.1.2

01 Feb 14:17
Compare
Choose a tag to compare
  • Fixed bug in reporting package version
  • Fixed bug if config dir does not exist

v0.1.1

01 Feb 13:04
Compare
Choose a tag to compare
  • Same as previous release with a renamed pip library (elementary-lineage was migrated to elementary-data)

v0.1.0

30 Jan 09:37
Compare
Choose a tag to compare
  • New monitoring module! (see the docs to learn more)
  • New internal dbt package to automatically detect schema changes
  • Slack alerts support
  • New command line interface, that supports both data lineage and monitoring
  • Faster lineage!
  • New interactive progress bars and spinners

v0.0.23

29 Nov 12:33
Compare
Choose a tag to compare
  • Added support for MERGE queries in Snowflake
  • Changed ignore_schema default so now lineage by default will present every table in the database

v0.0.22

10 Nov 15:59
Compare
Choose a tag to compare
  • Added query id to the monitoring details
  • Added progress bars to all major phases
  • Fixed a bug with wrong volume reporting in Snowflake (specifically when pulling from account_usage)

v0.0.21

09 Nov 18:07
Compare
Choose a tag to compare
  • Fixed missing monitoring details when using table filters
  • Fixed usage issue when using both ignore_schema and table flags
  • Added safeguard to avoid failing the entire run when parsing of a specific query fails
  • Added query duration to the monitoring details
  • Fixed some issues with anonymous metrics
  • Saved all failed queries to a failed_queries.json
  • Changed the --export-query-history flag default to be True (now it exports the history by default)

v0.0.20

03 Nov 11:49
Compare
Choose a tag to compare
  • Added more anonymous stats to better identify issues
  • Added some help guidelines when graph is empty

0.0.19

02 Nov 17:47
Compare
Choose a tag to compare
  • Added views support in Snowflake

v0.0.18

02 Nov 14:50
Compare
Choose a tag to compare
  • Fixed parsing bugs in Snowflake

v0.0.17

17 Oct 16:49
Compare
Choose a tag to compare
  • Small bug fix