2021-11-13 23:03:20 +05:30
# Roadmap
2021-09-07 13:01:45 -07:00
2021-11-13 23:03:20 +05:30
Here is the OpenMetadata Roadmap for the next 3 releases.
2021-09-07 13:01:45 -07:00
2021-11-13 23:03:20 +05:30
We are doing a monthly release and we are going to evolve fast and adapt to community needs. Below roadmap is subject to change based on community needs and feedback. our roadmap yet, please file an Issue [Github ](https://github.com/open-metadata/OpenMetadata/issues ) or ping us on [Slack ](https://slack.open-metadata.org )
2021-09-07 13:01:45 -07:00
2021-11-13 23:03:20 +05:30
If you would like to prioritize any feature or would like to add a new feature that is not in our roadmap yet, please file an Issue on [Github ](https://github.com/open-metadata/OpenMetadata/issues ) or ping us on [Slack ](https://slack.open-metadata.org ).
2021-09-07 13:01:45 -07:00
## 0.4 Release - Sep 20th, 2021
2021-11-13 23:03:20 +05:30
#### Theme: Topics, Dashboards, and Data Profiler
2021-09-07 13:01:45 -07:00
### Support for Kafka (and Pulsar WIP)
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Support for Message Service and Topic entities in schemas, APIs, and UI
* Kafka connector and ingestion support for Confluent Schema Registry
### Support for Dashboards
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Support for Dashboard services, Dashboards, and Charts entities in schemas, APIs, and UI
* Looker, Superset, Tableau connector, and ingestion support
2021-09-15 20:25:38 -07:00
### User Interface
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Sort search results based on Usage, Relevance, and Last updated time
* Search string highlighted in search results
2021-11-13 23:03:20 +05:30
* Support for Kafka and Dashboards from Looker, SuperSet, and Tableau
2021-09-07 13:01:45 -07:00
### Other features
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Pluggable SSO integration - Auth0 support
* Support for Presto
2021-09-15 20:25:38 -07:00
### Work in progress
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Salesforce CRM connector
* Data profiler to profile tables in ingestion framework and show it table details page
## 0.5 Release - Oct 19th, 2021
#### Theme: Data quality and Lineage
2021-09-15 20:25:38 -07:00
### Support for Lineage
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Lineage related schemas and APIs
* Lineage metadata integration from AirFlow for tables
* UI changes to show lineage information to the users
2021-11-13 23:03:20 +05:30
### Data Reliability
* Improvements to Data Profiler
* UI integration with Data Profiler to show how the table profile looks over the period of time
### Complex Types
* Support complex types such as Struct, Array with nested fields
* UI support to add expand complex types and tag , add description for nested fields
### Connectors
* Trino
* Redash
2021-09-07 13:01:45 -07:00
### Other features
2021-11-13 23:03:20 +05:30
* Pipeline Entities are supported
* Integration with Airflow to extract Pipeline details
2021-09-07 13:01:45 -07:00
## 0.6 Release - Nov 17th, 2021
2021-11-13 23:03:20 +05:30
#### Theme: Metadata Versioning & Eventing
### Metadata Versioning and Eventing Framework
* Capture changes to Entity Metadata from source and user interactions as versions
* Versioned changes will be published as events for clients to consume to take actions on
### Data Reliability
* Improvements to Data Reliablity library
* Capture custom measurements through user provided SQL
### Airflow APIs
* Airflow APIs to deploy DAGS and manage them
* UI integration to deploy ingestion workflows& #x20 ;
## 0.7 Release - Dec 15th, 2021
2021-09-07 13:01:45 -07:00
### Support for User Collaboration
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Allow users to ask questions, suggest changes, request new features for data assets
* Activity feeds for User and Data assets
* Tracking activity feeds as tasks
### Lineage new features
2021-11-13 23:03:20 +05:30
2021-09-07 13:01:45 -07:00
* Allow users to add lineage information manually for table and column levels
* Tier propagation to upstream datasets using lineage
* Propagating column level tags and descriptions using lineage (Work in progress)
### Other features
2021-11-13 23:03:20 +05:30
* Metadata Change Event integration into Slack and framework for integration into other services such as Kafka or other Notification frameworks
* Delta Lake support, Databricks, Iceberg