From 941bb66536e44984d010e416d8502bc8646df677 Mon Sep 17 00:00:00 2001 From: Jules Huisman Date: Thu, 28 Oct 2021 22:14:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339e2b4..b030eb7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ def meltano_pipeline(): 1. Open this repository in Visual Studio Code. 2. Install the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) plugin for Visual Studio Code. 3. Wait for the container setup, it should automatically install all Meltano plugins. -4. Open the integrated terminal and start Dagit `dagit -f dagster/pipeline.py` +4. Open the integrated terminal and start Dagit `dagit -f dagster_meltano/tests/pipeline.py` 4. Visit `localhost:3000` to access Dagit. ### Setup using other IDEs