Skip to content

Commit

Permalink
[daggy-u] Example code fix for extra credit lesson in Dagster Essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
aleexharris committed Oct 22, 2024
1 parent 28f7302 commit 53e0799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Let’s add metadata to the `taxi_trips_file` asset to demonstrate further. This

```python
import pandas as pd
from dagster import asset, MetadataValue
from dagster import asset, MetadataValue, MaterializeResult

@asset(
partitions_def=monthly_partition,
Expand Down

0 comments on commit 53e0799

Please sign in to comment.