From 8f3eea3a293042e6081f28b9b29147b43d77a815 Mon Sep 17 00:00:00 2001 From: onefloid <33193059+onefloid@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:42:04 +0100 Subject: [PATCH] [docs] Deleted empty code block (#19596) ## Summary & Motivation Deleted empty code block ## How I Tested These Changes Docs only --- .../lesson-9/creating-an-asset-triggered-by-a-sensor.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/dagster-university/pages/dagster-essentials/lesson-9/creating-an-asset-triggered-by-a-sensor.md b/docs/dagster-university/pages/dagster-essentials/lesson-9/creating-an-asset-triggered-by-a-sensor.md index 78da67d944364..56b1b84110bb7 100644 --- a/docs/dagster-university/pages/dagster-essentials/lesson-9/creating-an-asset-triggered-by-a-sensor.md +++ b/docs/dagster-university/pages/dagster-essentials/lesson-9/creating-an-asset-triggered-by-a-sensor.md @@ -79,9 +79,6 @@ Now that you’ve defined how the asset can be materialized, let’s create the """ ``` - ``` - ``` - 5. Next, run the query in DuckDB and store the results as a DataFrame: ```python