- 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
0.0.23
- Added support for MERGE queries in Snowflake - Changed ignore_schema default so now lineage by default will present every table in the database
0.0.22
- 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)
0.0.21
- 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)
0.0.20
- Added more anonymous stats to better identify issues - Added some help guidelines when graph is empty