Release Highlights
- Various stability fixes for v0.8.4
- Address docker image vulnerabilities
- New integrations: AWS SageMaker
- Support for restoring indexes with how-to
- Ingestion improvements: mongodb, looker, hive, snowflake
Changelog
- #2813 @dexter-mh-lee fix(datahub-upgrade): fix vulnerabilities
- #2804 @hsheth2 feat(ingest): basic support for complex hive types
- #2810 @dexter-mh-lee fix(k8s): upgrade helm version
- #2812 @hsheth2 feat(ingest): refactor mce comparison and add pytest update golden files option
- #2809 @hsheth2 docs(website): hide outdated FAQs page
- #2779 @dexter-mh-lee feat(backup): Add restore indices and restore backup tasks
- #2793 @hsheth2 feat(ingest): support ingesting from multiple snowflake dbs
- #2811 @jjoyce0510 fix(quickstart): Fixing manual mysql quickstart
- #2786 @hsheth2 refactor(ingest): extract sqlalchemy uri generation logic
- #2803 @dexter-mh-lee fix(usage-stats): Add usage stats factory to mae processor config
- #2800 @hsheth2 fix(ingest): better warnings and error handling for rest sink
- #2758 @kevinhu feat(ingest): SageMaker feature store ingestion
- #2770 @remisalmon feat(ingest): Improve lookml sql derived tables detection, add cascading derived tables to lineage
- #2781 @dexter-mh-lee fix(search): Filter out "removed" entities from autocomplete and analytics
- #2799 @jjoyce0510 fix(datahub-upgrade): add runtime dependency on logbackClassic
- #2801 @hsheth2 fix(ingest): quote table names in hive
- #2796 @hsheth2 fix(ingest): handle case when view definition handler is not implemented
- #2798 @dexter-mh-lee fix(usage-stats): add indices target for usage stats query
- #2797 @hsheth2 refactor(ingest): remove deprecated methods and warn on deprecated import
- #2776 @hsheth2 docs(website): add releases page
- #2794 @jjoyce0510 Update quickstart to include system prune
- #2783 @kevinhu fix(ingest): use correct platform for MongoDB ingestion
- #2785 @jjoyce0510 fix(frontend): making nested SSL configs optional
- #2792 @dexter-mh-lee feat(k8s): Upgrade to v0.8.4
- #2780 @kevinhu fix(docs): links to Feast entities
- #2782 @hsheth2 refactor(ingest): use common get_sys_time method
- #2784 @dexter-mh-lee fix(docker): Upgrade to 4.1.44 netty-all library
- #2778 @kevinhu feat(ingest): add non-random sampling for mongo
- #2774 @hsheth2 docs: upgrade docusaurus, minor ingestion updates