117 lines
3.4 KiB
Markdown
Raw Normal View History

---
title: Roadmap
slug: /releases/roadmap
---
# Roadmap
Here is the OpenMetadata Roadmap for the next 3 releases. We are doing a monthly release, and we are going to evolve fast
and adapt to the community needs.
The below roadmap is subject to change based on community needs and feedback. Please file an Issue on [GitHub](https://github.com/open-metadata/OpenMetadata/issues)
or ping us on [Slack](https://slack.open-metadata.org/) If you would like to prioritize any feature or would like to add a new feature.
You can check the latest release [here](/releases/all-releases).
## 1.1 Release - June 29th, 2023
2023-04-24 17:47:15 +05:30
{% tilesContainer %}
{% tile title="Entities" %}
- We will be adding support for NoSQL DB entities and Services with APIs
- Support for Long Entity Names such as S3 paths
- Import/Export support at all entities
- Tag Propagation using Import/Export
- Thumbs up & down to capture popularity of the Entities
2023-04-24 17:47:15 +05:30
{% /tile %}
{% tile title="Ingestion" %}
- ElasticSearch Connector
- MongoDB Connector
- SAP HANA Connector
- Support for manifest file to describe a bucket schema in DataLake
- Ingestion bug fixes reported from community
2023-04-24 17:47:15 +05:30
- Support for Tableau & Looker data models
{% /tile %}
{% tile title="Alerts & Notifications" %}
2023-06-04 08:35:24 -07:00
- Durable queue to store ChangeEvents guranteeing at-least-once semantics
- Live BulkActions on ElasticSearch to handle Tag category deletion, owner chagne propagation etc..
- Support to get notificaitons via email when a user is mentioned
2023-04-24 17:47:15 +05:30
{% /tile %}
{% tile title="Search" %}
- Enable search for custom properties
- Upgrade ElasticSearch client
2023-04-24 17:47:15 +05:30
{% /tile %}
{% tile title="Security" %}
- User Personal Access Token to access APIs as a user
{% /tile %}
{% tile title="UI & UX" %}
- Complete overhaul of OpenMetadata UI
- Improved Landing page
- Tours to learn and understand the features of OpenMetadata
2023-04-24 17:47:15 +05:30
{% /tile %}
{% tile title="Data Quality" %}
- Overhaul of Data Quality landing page to showcase Test suites and summary for the users
- Table Diff test to compare two tables
- Number Passed/failed rows for a test
- Profiler to capture system level metrics when available
2023-04-24 17:47:15 +05:30
{% /tile %}
{% tile title="Data Insights" %}
- Data Insight UI improvements
- Data Insight report to show most unsused data assets
{% /tile %}
{% tile title="Lineage" %}
- Support for parsing complex sql queries from community feedback
- Tableau Custom SQL parsing for Lineage
2023-04-24 17:47:15 +05:30
{% /tile %}
{% /tilesContainer %}
## 1.2 Release - Aug 9th 2023
2023-04-24 17:47:15 +05:30
{% tilesContainer %}
{% tile title="Entities" %}
2023-06-04 08:35:24 -07:00
- Asset Deprecation, owners can mark assets as deprecated along with a notice of whats the new asset to use. Search will exclude deprecated assets
{% /tile %}
{% tile title="Data Quality" %}
- Suggest automated tests
- Data quality panel in Data Insights
2023-04-24 17:47:15 +05:30
{% /tile %}
{% tile title="Lineage" %}
- Propagation of tags and descriptions through the column-level lineage
{% /tile %}
{% tile title="Data Observability" %}
- Notifications will be grouped into Activity vs. Alert type notifications
- Data SLAs
- Impact Analysis
{% /tile %}
2023-06-04 08:35:24 -07:00
{% tile title="Roles & Policies" %}
- Simplifying Roles and Policies Evaluation in the backend
- Adding integration into Search to filter out entities that the users do not have access to
2023-04-24 17:47:15 +05:30
{% /tile %}
2023-05-12 15:13:23 -07:00
{% tile title="Domains" %}
- Introduce Domain capabilities in OpenMetadata
- Domain only view and allow users to create tags/terms specific to Domains
{% /tile %}
2023-05-12 15:13:23 -07:00
{% tile title="Glossaries" %}
- Glossary Term Approval Workflow
{% /tile %}
2023-04-24 17:47:15 +05:30
{% /tilesContainer %}