Skip to content

Commit

Permalink
fix(passiv): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Jan 21, 2025
1 parent 2050ada commit 85608c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagster_dags/assets/pv/passiv/passiv_year.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ def pv_passiv_yearly_5min(context: dg.AssetExecutionContext) -> None:
)
def pv_passiv_yearly_30min(context: dg.AssetExecutionContext) -> None:
"""PV Passiv archive yearly data."""
start_date: dt.datetiome = context.partition_time_window.start
start_date: dt.datetime = context.partition_time_window.start
get_yearly_passiv_data(start_date, period=30)

0 comments on commit 85608c5

Please sign in to comment.