diff --git a/docs/dagster-university/pages/dagster-essentials/extra-credit/asset-metadata-as-markdown.md b/docs/dagster-university/pages/dagster-essentials/extra-credit/asset-metadata-as-markdown.md index b3143f805eff2..0f9b898b7911e 100644 --- a/docs/dagster-university/pages/dagster-essentials/extra-credit/asset-metadata-as-markdown.md +++ b/docs/dagster-university/pages/dagster-essentials/extra-credit/asset-metadata-as-markdown.md @@ -132,7 +132,7 @@ In Lesson 9, you created the `adhoc_request` asset. During materialization, the At this point, the code for the `adhoc_request` asset should look like this: ```python -from dagster import Config, asset, MaterializeResult, MetadataValue, get_dagster_logger +from dagster import Config, asset, MaterializeResult, MetadataValue from dagster_duckdb import DuckDBResource import plotly.express as px