Skip to content

Commit

Permalink
make asset not multi asset
Browse files Browse the repository at this point in the history
katie-lamb committed Dec 19, 2024

Verified

This commit was signed with the committer’s verified signature.
bonjourmauko Mauko Quiroga-Alvarado
1 parent 26b1a72 commit 70427a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

import numpy as np
import pandas as pd
from dagster import AssetOut, multi_asset
from dagster import AssetOut, asset

from mozilla_sec_eia.library.record_linkage_utils import (
expand_street_name_abbreviations,
@@ -74,7 +74,7 @@ def harvest_eia861_utilities():
return eia861_df


@multi_asset(
@asset(
outs={
"core_eia__parents_and_subsidiaries": AssetOut(
io_manager_key="pandas_parquet_io_manager"

0 comments on commit 70427a0

Please sign in to comment.