From 1697784d5841c2e40cf497c2dd3eb93a182ad64f Mon Sep 17 00:00:00 2001 From: Philip Orlando Date: Thu, 18 Jan 2024 20:35:48 -0800 Subject: [PATCH] Update README.md wordsmithing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0caf756..67e77dc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To begin exploring the integration of Dagster and R: ![Dagster UI Materialized](./img/dagster-ui-materialized.PNG) 6. **Inspect the Run** - Click the "Runs" tab and navigate to the latest run of the pipeline to view more details. This includes custom logs executed from within the external R code, environment variables, etc. + Click the "Runs" tab and navigate to the latest run of the pipeline to view more details,including custom logs and environment variables being passed from an external R session. ![Dagster UI Run](./img/dagster-ui-run-highlights.PNG)