From 343cfcdfcd07c19054379a2bd068ad77d6b75fa8 Mon Sep 17 00:00:00 2001 From: John Lafleur Date: Sun, 26 Sep 2021 09:36:52 +1100 Subject: [PATCH 1/2] Update roadmap.md --- docs/project-overview/roadmap.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/project-overview/roadmap.md b/docs/project-overview/roadmap.md index fbbb89a06e7a..09fce0bbef2f 100644 --- a/docs/project-overview/roadmap.md +++ b/docs/project-overview/roadmap.md @@ -12,17 +12,14 @@ Check out our [Roadmap for Core](https://github.com/airbytehq/airbyte/milestones We understand that we're not "production-ready" for a lot of companies yet. In the end, we just got started in July 2020, so we're at the beginning of the journey. Here is a highlight of the main features we are planning on releasing in the next few months: -**Landing in August or so:** +**Landing in October or so:** -* Release of Airbyte Cloud's private beta. -* Support of most popular databases as both sources and destinations. -* Support of data lakes, including Delta Lake soon. +* Airbyte Cloud release. * Adapt automatically to sources' schema changes. * OAuth support for connector configuration \([\#768](https://github.com/airbytehq/airbyte/issues/768)\). **Coming a bit later:** - -* Airbyte Cloud release. + * Support for creating destination connectors with the CDK. * Our declarative interface \(CLI\). * Credential and secrets vaulting \([\#837](https://github.com/airbytehq/airbyte/issues/837)\). From 4c6a452dd7ea25b598f9a1c41dd20ae507de25dc Mon Sep 17 00:00:00 2001 From: John Lafleur Date: Sun, 26 Sep 2021 10:17:21 +1100 Subject: [PATCH 2/2] Update roadmap.md --- docs/project-overview/roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/project-overview/roadmap.md b/docs/project-overview/roadmap.md index 09fce0bbef2f..4f2702b6fc11 100644 --- a/docs/project-overview/roadmap.md +++ b/docs/project-overview/roadmap.md @@ -16,6 +16,7 @@ We understand that we're not "production-ready" for a lot of companies yet. In t * Airbyte Cloud release. * Adapt automatically to sources' schema changes. +* Optimize normalization, so it costs less to our users * OAuth support for connector configuration \([\#768](https://github.com/airbytehq/airbyte/issues/768)\). **Coming a bit later:**