Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove code deprecated by dagster #2341

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Conversation

zschira
Copy link
Member

@zschira zschira commented Feb 28, 2023

Removes code no longer used after the dagster update. Specifically removes load module, and deprecated code from Ferc 1 transform.

#1873 mentions updating docs, but I'm not sure what all @bendnorman has been working, so I didn't want to duplicate any docs updates.

@zschira zschira linked an issue Feb 28, 2023 that may be closed by this pull request
11 tasks
@@ -3942,34 +3860,3 @@ def plants_steam_ferc1(
transformed_fuel=fuel_ferc1,
)
return convert_cols_dtypes(df, data_source="ferc1")


if __name__ == "__main__":
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue mentioned converting this to use dagster, but I propose we just move this and encourage using the dagster ui to iterate on transformers

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or the materialize_asset script we made!

@codecov
Copy link

codecov bot commented Feb 28, 2023

Codecov Report

❗ No coverage uploaded for pull request base (dagster-asset-etl@deb2d51). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@                 Coverage Diff                 @@
##             dagster-asset-etl   #2341   +/-   ##
===================================================
  Coverage                     ?   86.1%           
===================================================
  Files                        ?      79           
  Lines                        ?    9435           
  Branches                     ?       0           
===================================================
  Hits                         ?    8132           
  Misses                       ?    1303           
  Partials                     ?       0           
Impacted Files Coverage Δ
src/pudl/transform/ferc1.py 96.2% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@jdangerx jdangerx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔪

@@ -3942,34 +3860,3 @@ def plants_steam_ferc1(
transformed_fuel=fuel_ferc1,
)
return convert_cols_dtypes(df, data_source="ferc1")


if __name__ == "__main__":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or the materialize_asset script we made!

@bendnorman bendnorman merged commit 1545028 into dagster-asset-etl Mar 1, 2023
@bendnorman bendnorman deleted the dagster_old_code branch March 1, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove code that dagster concepts deprecate
3 participants