Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zcemycl committed Apr 4, 2024
1 parent 77c8880 commit 60763a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/docker/dagster/alternative4/src/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@asset(
key="label_pdf_asset",
# partitions_def=TimeWindowPartitionsDefinition(start="2023-10-01", fmt="%Y-%m-%d", cron_schedule="*/2 * * * *")
# partitions_def=every_min_partition
partitions_def=every_hour_partition
)
def label_pdf_asset(context: AssetExecutionContext):
Expand Down

0 comments on commit 60763a1

Please sign in to comment.