From b3dbc2f27dee1b5e6e573109fdcfb97940f501c9 Mon Sep 17 00:00:00 2001 From: sspaeti Date: Mon, 19 Dec 2022 11:39:10 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- dagster/readme.md | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72001ff..bfcd9af 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ The beginning of the open data stack project. We'll add use-cases as part of the [series](https://airbyte.com/blog/building-airbytes-data-stack). -- Part I: [Airbyte Monitoring with dbt and Metabase](https://airbyte.com/blog/airbyte-monitoring-with-dbt-and-metabase) +Written use cases available on our blog are: +- [Airbyte Monitoring with dbt and Metabase](https://airbyte.com/blog/airbyte-monitoring-with-dbt-and-metabase) +- [Configure Airbyte Connections with Python (Dagster)](https://airbyte.com/tutorials/configure-airbyte-with-python-dagster) diff --git a/dagster/readme.md b/dagster/readme.md index 0bd6d08..3389517 100644 --- a/dagster/readme.md +++ b/dagster/readme.md @@ -1,6 +1,8 @@ # Dagster Orchestration Layer +This use case is documented step by step on [Configure Airbyte Connections with Python (Dagster)](https://airbyte.com/tutorials/configure-airbyte-with-python-dagster). Below is a summary on how to get started quickly. + ## Getting started setup virtual env, dependencies: ```bash @@ -58,10 +60,10 @@ You can click "materialize" inside dagit to sync airbyte connections and run dbt ## Start the BI Dashbaord with Meltano -Start it in a seperate shell and follow the docs [Metabase Readme](../../visualization/metabase/readme.md). +Start it in a separate shell and follow the docs [Metabase Readme](../../visualization/metabase/readme.md). -See a step by step guide on [Airbyte Blog](https://airbyte.com/blog/). +See a step-by-step guide on [Airbyte Blog](https://airbyte.com/tutorials/configure-airbyte-with-python-dagster).